From 205681b5d1e56b5ec94a53a7a80c51b866099763 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 25 Nov 2014 18:04:27 -0800 Subject: [PATCH] Correct OPf_SPECIAL/OP_UNSTACK comment I misread the code when I added it. --- op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/op.h b/op.h index e4fadf6..1392fd2 100644 --- a/op.h +++ b/op.h @@ -138,7 +138,7 @@ Deprecated. Use C instead. */ /* On OP_PADRANGE, push @_ */ /* On OP_DUMP, has no label */ - /* On OP_UNSTACK, in a foreach loop */ + /* On OP_UNSTACK, in a C-style for loop */ /* old names; don't use in new code, but don't break them, either */ #define OPf_LIST OPf_WANT_LIST -- 1.8.3.1