Skip the RV printing test under threads until fixed.
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
index 54587e9..b14e27f 100644 (file)
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -4039,7 +4039,7 @@ dynprep(pTHX_ gptr *list1, gptr *list2, size_t nmemb, SVCOMPARE_t cmp)
 /* 
 =for apidoc sortsv
    
-Sort an array in place. Here is an example:
+Sort an array. Here is an example:
 
     sortsv(AvARRAY(av), av_len(av)+1, Perl_sv_cmp_locale);