summaryrefslogtreecommitdiff
path: root/lib/gl_list.h
diff options
context:
space:
mode:
authorJosé E. Marchesi <jemarch@gnu.org>2009-12-19 11:06:10 +0100
committerBruno Haible <bruno@clisp.org>2009-12-19 11:06:10 +0100
commitbc992b8f9a059d4c10379609c2998ef4ea5597ba (patch)
treebfc91a42af7c3ea7dfd5743dac6749dcb0727be9 /lib/gl_list.h
parente4ee142063a2f63f483d32b4ab87387db9130804 (diff)
downloadgnulib-bc992b8f9a059d4c10379609c2998ef4ea5597ba.tar.gz
Fix typo in comment.
Diffstat (limited to 'lib/gl_list.h')
-rw-r--r--lib/gl_list.h2
1 files changed, 1 insertions, 1 deletions
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,