]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment-only change.
authorJulian Seward <jseward@acm.org>
Thu, 12 Jan 2006 12:29:42 +0000 (12:29 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 12 Jan 2006 12:29:42 +0000 (12:29 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5519

include/pub_tool_oset.h

index 23b17739a79e14e77801f34bce0b71309f8a1d1a..95ffefa530e5e191294446aaa756eaa96f431e40 100644 (file)
@@ -47,7 +47,7 @@
 // every comparison can be high during lookup.  If no comparison function is
 // provided, we assume that keys are (signed or unsigned) words, and that
 // the key is the first word in each element.  This fast comparison is
-// suitable for an OSet of Ints, or an OSet containing structs where the
+// suitable for an OSet of Words, or an OSet containing structs where the
 // first element is an Addr, for example.
 //
 // Each OSet also has an iterator, which makes it simple to traverse all the