aboutsummaryrefslogtreecommitdiff
path: root/include/pub_tool_oset.h
diff options
context:
space:
mode:
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.