From: José E. Marchesi Date: Sat, 19 Dec 2009 10:06:10 +0000 (+0100) Subject: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc992b8f9a059d4c10379609c2998ef4ea5597ba;p=pspp Fix typo in comment. --- diff --git a/ChangeLog b/ChangeLog index 3291499338..43c0258166 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-12-16 José E. Marchesi (tiny change) + + * lib/gl_list.h: Fix typo in comment. + 2009-12-16 Eric Blake fcntl: use to simplify other modules diff --git a/lib/gl_list.h b/lib/gl_list.h index ccbf8a359b..9a239759e9 100644 --- a/lib/gl_list.h +++ b/lib/gl_list.h @@ -304,7 +304,7 @@ extern gl_list_node_t gl_list_nx_add_after (gl_list_t list, gl_list_node_t node, #endif ; -/* Add an element add a given position in the list. +/* Add an element at a given position in the list. POSITION must be >= 0 and <= gl_list_size (list). */ #if 0 /* declared in gl_xlist.h */ extern gl_list_node_t gl_list_add_at (gl_list_t list, size_t position,