From 967ac236227eee0c091ece49aec6630bc8536093 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 21 Feb 2011 09:56:25 -0700 Subject: toke.c: fix comment --- toke.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'toke.c') diff --git a/toke.c b/toke.c index ddd50cf301..7dbdd0819d 100644 --- a/toke.c +++ b/toke.c @@ -8791,8 +8791,9 @@ S_pmflag(pTHX_ const char* const valid_flags, U32 * pmfl, char** s) { * following the 'e'). Otherwise, we resolve to the backwards- * compatible, but less likely 's/// le ...', i.e. as meaning * less-than-or-equal. The reason it's not likely is that s// - * returns a number, and so '<=' should be used for comparing, not - * 'le'. */ + * returns a number for code in the field (/r returns a string, but + * that wasn't added until the 5.13 series), and so '<=' should be + * used for comparing, not 'le'. */ if (*((*s) + 1) == 't') { goto deprecate; } -- cgit v1.2.1