diff options
author | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2006-01-12 12:29:42 +0000 |
---|---|---|
committer | sewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2006-01-12 12:29:42 +0000 |
commit | ae2354713e543b443e4f282a603535b49b0972d2 (patch) | |
tree | 549fc2b3cdc7d1f89b492099c65f198a12483226 /include | |
parent | becae08f9e059c31bb745a292298e6e2fdce7e90 (diff) |
Comment-only change.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5519 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'include')
-rw-r--r-- | include/pub_tool_oset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pub_tool_oset.h b/include/pub_tool_oset.h index 23b17739..95ffefa5 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 |