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 32914993380c53a5084d6cac6a548a33626a5f93..43c02581663e7a014cbea1d274a9daf68c715168 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 ccbf8a359b905a92ba2a67d6ecac3dbab94182f7..9a239759e9a8a3dc400972fd4f14737c33de5eee 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,