]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
comment change only
authorNicholas Nethercote <njn@valgrind.org>
Tue, 30 Sep 2003 15:37:24 +0000 (15:37 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 30 Sep 2003 15:37:24 +0000 (15:37 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1873

include/vg_skin.h

index 7ddb499038efa55a5a8461c03d27e54bdb451b05..f17b62e78beb96628088a8e1ed17de00b11cb785 100644 (file)
@@ -368,7 +368,7 @@ extern Long  VG_(atoll)  ( Char* str );
 /* Like atoll(), but converts a number of base 2..36 */
 extern Long  VG_(atoll36) ( UInt base, Char* str );
 
-/* Like qsort(), but does shell-sort.  The size==4 case is specialised. */
+/* Like qsort(), but does shell-sort.  The size==1/2/4 cases are specialised. */
 extern void VG_(ssort)( void* base, UInt nmemb, UInt size,
                         Int (*compar)(void*, void*) );