diff options
author | Lajos Veres <vlajos@gmail.com> | 2015-01-28 21:44:46 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2015-01-28 21:44:46 -0500 |
commit | b8fda9357ad61e890ce4e344b04f991b91596170 (patch) | |
tree | b005925e74c9b5b342cb0867553fdecb1d7918a0 /pp_sort.c | |
parent | f6bab5f637fea85f01e1e1f1882ace0bd404db4c (diff) | |
download | perl-b8fda9357ad61e890ce4e344b04f991b91596170.tar.gz |
Corrections to spelling and grammatical errors.
Extracted from patch submitted by Lajos Veres in RT #123693.
Diffstat (limited to 'pp_sort.c')
-rw-r--r-- | pp_sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -894,7 +894,7 @@ S_qsortsvu(pTHX_ SV ** array, size_t num_elts, SVCOMPARE_t compare) elements in the middle of the partition, those are the ones we pick here (conveniently pointed at by u_right, pc_left, and u_left). The values of the left, center, and right elements - are refered to as l c and r in the following comments. + are referred to as l c and r in the following comments. */ #ifdef QSORT_ORDER_GUESS |