From 486ec47ab73770ab60bf9cfb6d398a4371463266 Mon Sep 17 00:00:00 2001 From: "Peter J. Acklam) (via RT" Date: Thu, 6 Jan 2011 23:13:56 -0800 Subject: Fix typos (spelling errors) in Perl sources. # New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81904] # in the subject line of all future correspondence about this issue. # Signed-off-by: Abigail --- perly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perly.c') diff --git a/perly.c b/perly.c index 3edf57da86..5e5758a6aa 100644 --- a/perly.c +++ b/perly.c @@ -241,7 +241,7 @@ S_clear_yystack(pTHX_ const yy_parser *parser) * that we can safely call op_free() multiple times on each stack op. * So, when clearing the stack, we first, for each op that was being * reduced, call op_free with op_latefree=1. This ensures that all ops - * hanging off these op are freed, but the reducing ops themselces are + * hanging off these op are freed, but the reducing ops themselves are * just undefed. Then we set op_latefreed=0 on *all* ops on the stack * and free them. A little thought should convince you that this * two-part approach to the reducing ops should handle the first three -- cgit v1.2.1