No need to overqualify.
Jarkko Hietaniemi [Sun, 6 Jan 2002 20:51:32 +0000 (20:51 +0000)]
p4raw-id: //depot/perl@14109

lib/sort.pm

index 18f3606..6568c5f 100644 (file)
@@ -77,7 +77,7 @@ quicksort defends against quadratic behaviour by shuffling large
 arrays before sorting.
 
 A stable sort means that for records that compare equal, the original
-input ordering is preserved.  Perl's mergesort is stable, quicksort is not.
+input ordering is preserved.  mergesort is stable, quicksort is not.
 Stability will matter only if elements that compare equal can be
 distinguished in some other way.  That means that simple numerical
 and lexical sorts do not profit from stability, since equal elements