From bc992b8f9a059d4c10379609c2998ef4ea5597ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20E=2E=20Marchesi?= Date: Sat, 19 Dec 2009 11:06:10 +0100 Subject: [PATCH] Fix typo in comment. --- ChangeLog | 4 ++++ lib/gl_list.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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, -- 2.30.2