aboutsummaryrefslogtreecommitdiff
path: root/include/pub_tool_oset.h
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2005-11-18 21:32:18 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2005-11-18 21:32:18 +0000
commita103e1451fce04b84dc766d8def0d307c833bf21 (patch)
treeea3b19547c46e749881b892cf2e834d26dd6289e /include/pub_tool_oset.h
parent1aaadbd87fe842a21f2792b0f3fad89a1486aaf4 (diff)
downloadvalgrind-a103e1451fce04b84dc766d8def0d307c833bf21.tar.gz
comment-only change
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5199 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'include/pub_tool_oset.h')
-rw-r--r--include/pub_tool_oset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pub_tool_oset.h b/include/pub_tool_oset.h
index 6559ce8fa..9f1882082 100644
--- a/include/pub_tool_oset.h
+++ b/include/pub_tool_oset.h
@@ -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.