changeset 12458:fd1286c1d1b9

Fix typo in comment.
author José E. Marchesi <jemarch@gnu.org>
date Sat, 19 Dec 2009 11:06:10 +0100
parents 2a3833485e1c
children 717d6fde6006
files ChangeLog lib/gl_list.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/lib/gl_list.h
+++ b/lib/gl_list.h
@@ -304,7 +304,7 @@
 #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,