summaryrefslogtreecommitdiff
path: root/regnodes.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-07-30 18:54:16 +0200
committerYves Orton <demerphq@gmail.com>2022-08-03 11:07:09 +0200
commitfc1edcc94f2b7d7ea60575eb55b860c759f9cee9 (patch)
tree6afe6c3abda637a208a6ea5a4a1291112a4d6a95 /regnodes.h
parent23dfdc3a51cb5d66ec97245090f7f4fdb61d7334 (diff)
downloadperl-fc1edcc94f2b7d7ea60575eb55b860c759f9cee9.tar.gz
regen/regcomp.pl - fix documentation (add missing PL_ prefix)
Diffstat (limited to 'regnodes.h')
-rw-r--r--regnodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regnodes.h b/regnodes.h
index dc30c717d7..bcc2da4a8b 100644
--- a/regnodes.h
+++ b/regnodes.h
@@ -1978,7 +1978,7 @@ EXTCONST U8 PL_reg_off_by_arg[] = {
};
#endif
-/* reg_name[] - Opcode/state names in string form, for debugging */
+/* PL_reg_name[] - Opcode/state names in string form, for debugging */
#ifndef DOINIT
EXTCONST char * PL_reg_name[];