X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgl_list.h;h=2b3aa58fe4e042d09800949f620f1b2e25dc65ed;hb=ab43907148e80f3895280928c05d4be93875580f;hp=ccbf8a359b905a92ba2a67d6ecac3dbab94182f7;hpb=2d4d7d9d00fe33b6f5291e00a30b6c1016775b74;p=gnulib.git diff --git a/lib/gl_list.h b/lib/gl_list.h index ccbf8a359..2b3aa58fe 100644 --- a/lib/gl_list.h +++ b/lib/gl_list.h @@ -1,5 +1,5 @@ /* Abstract sequential list data type. - Copyright (C) 2006-2009 Free Software Foundation, Inc. + Copyright (C) 2006-2010 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify @@ -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,