summaryrefslogtreecommitdiff
path: root/regnodes.h
diff options
context:
space:
mode:
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[];