]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
comment-only change
authorNicholas Nethercote <njn@valgrind.org>
Fri, 18 Nov 2005 21:32:18 +0000 (21:32 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Fri, 18 Nov 2005 21:32:18 +0000 (21:32 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5199

include/pub_tool_oset.h

index 6559ce8fa3d5da17cecb3f626fb5626ad7fdb410..9f1882082bd61c514811a9bf98cf0d1c0a79f5cf 100644 (file)
@@ -73,7 +73,7 @@ typedef void  (*OSetFree_t)  ( void* p );
 /*--- Creating and destroying OSets and OSet members               ---*/
 /*--------------------------------------------------------------------*/
 
-// * Create: allocates an initialises the OSet.  Arguments:
+// * Create: allocates and initialises the OSet.  Arguments:
 //   - keyOff    The offset of the key within the element.
 //   - cmp       The comparison function between keys and elements, or NULL
 //               if the OSet should use fast comparisons.