From: Julian Seward Date: Thu, 12 Jan 2006 12:29:42 +0000 (+0000) Subject: Comment-only change. X-Git-Tag: svn/VALGRIND_3_2_0~392 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5777709dc17a3cc7cdcfac74b7c912e550f03bfd;p=thirdparty%2Fvalgrind.git Comment-only change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5519 --- diff --git a/include/pub_tool_oset.h b/include/pub_tool_oset.h index 23b17739a7..95ffefa530 100644 --- a/include/pub_tool_oset.h +++ b/include/pub_tool_oset.h @@ -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