# HG changeset patch # User José E. Marchesi # Date 1261217170 -3600 # Node ID fd1286c1d1b905132ace9f54c1e328debf833d73 # Parent 2a3833485e1ca760fe9e7b6a04696cd4ed329bc1 Fix typo in comment. diff --git a/ChangeLog b/ChangeLog --- 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 --- 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,