Fix typo in comment.
authorJosé E. Marchesi <jemarch@gnu.org>
Sat, 19 Dec 2009 10:06:10 +0000 (11:06 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 19 Dec 2009 10:06:10 +0000 (11:06 +0100)
ChangeLog
lib/gl_list.h

index 3291499..43c0258 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
+
+       * lib/gl_list.h: Fix typo in comment.
+
 2009-12-16  Eric Blake  <ebb9@byu.net>
 
        fcntl: use to simplify other modules
index ccbf8a3..9a23975 100644 (file)
@@ -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,