Fix typo.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35593 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Niels Grewe 2012-09-23 08:06:59 +00:00
parent 360bfad8f6
commit c92c3f5322
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-09-23 Niels Grewe <niels.grewe@halbordnung.de>
* Source/GSTimSort.m: Fix typo.
2012-09-21 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSArray.m:

View file

@ -1059,7 +1059,7 @@ descriptorOrComparator: (id)descriptorOrComparator
// location from that point gives us the length of the subrange we need to
// merge.
r2.length = (gallopLeft(objects[NSMaxRange(r1) - 1], objects, r2,
(r2.length - 2),
(r2.length - 1),
sortDescriptorOrComparator, comparisonType, functionContext)
- r2.location);
if (r2.length == 0)