summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-04-18 10:06:47 -0600
committerKarl Williamson <khw@cpan.org>2019-04-18 12:17:22 -0600
commitb8393ac7866a15370e1ce04d36a01057bcb43ea0 (patch)
tree1e131b33721327eab30313bd7435b8918427e150
parent47abd972dcb1d2c32f95be02805a6fb908390953 (diff)
downloadperl-b8393ac7866a15370e1ce04d36a01057bcb43ea0.tar.gz
intrpvar.h: Add emphasis to comment
-rw-r--r--intrpvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 1f69ab277a..e33036601b 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -21,7 +21,7 @@
/* New variables must be added to the very end for binary compatibility. */
-/* Don't forget to add your variable also to perl_clone()! (in sv.c) */
+/* DON'T FORGET to add your variable also to perl_clone()! (in sv.c) */
/* The 'I' prefix is only needed for vars that need appropriate #defines
* generated when built with or without MULTIPLICITY. It is also used