Fix a retroactive typo.

This commit is contained in:
Eli Barzilay 2012-07-29 18:16:50 -04:00
parent 9b1db14328
commit 14f25418f3

View File

@ -8,7 +8,7 @@
Based on "Fast mergesort implementation based on half-copying merge algorithm", Based on "Fast mergesort implementation based on half-copying merge algorithm",
Cezary Juszczak, http://kicia.ift.uni.wroc.pl/algorytmy/mergesortpaper.pdf Cezary Juszczak, http://kicia.ift.uni.wroc.pl/algorytmy/mergesortpaper.pdf
Written in Scheme by Eli Barzilay. (Note: the reason for the seemingly Written in Racket by Eli Barzilay. (Note: the reason for the seemingly
redundant pointer arithmetic in that paper is dealing with cases of uneven redundant pointer arithmetic in that paper is dealing with cases of uneven
number of elements.) number of elements.)