summaryrefslogtreecommitdiff
path: root/pp_sort.c
diff options
context:
space:
mode:
authorLajos Veres <vlajos@gmail.com>2015-01-28 21:44:46 -0500
committerJames E Keenan <jkeenan@cpan.org>2015-01-28 21:44:46 -0500
commitb8fda9357ad61e890ce4e344b04f991b91596170 (patch)
treeb005925e74c9b5b342cb0867553fdecb1d7918a0 /pp_sort.c
parentf6bab5f637fea85f01e1e1f1882ace0bd404db4c (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_sort.c b/pp_sort.c
index 7d0e40fb2a..54132b4e62 100644
--- a/pp_sort.c
+++ b/pp_sort.c
@@ -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