comment-only change



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5199 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/pub_tool_oset.h b/include/pub_tool_oset.h
index 6559ce8..9f18820 100644
--- a/include/pub_tool_oset.h
+++ b/include/pub_tool_oset.h
@@ -73,7 +73,7 @@
 /*--- 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.