summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-02-16 07:06:40 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-02-16 07:06:40 +0000
commit34795b444ea0d5e132ba709fc4810b1d0ca42796 (patch)
tree101f22181fe8ccd7a55f9a3dfb465b3a701e583e
parent50a25f5b3f6c81747a40fdda68c9ad6bf32980bc (diff)
downloadperl-34795b444ea0d5e132ba709fc4810b1d0ca42796.tar.gz
Fix macro name in comment
p4raw-id: //depot/perl@33323
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 92a5c3465f..d9bf34644e 100644
--- a/op.c
+++ b/op.c
@@ -90,7 +90,7 @@ recursive, but it's recursive on basic blocks, not on tree nodes.
magic type 'H'. This magic (itself) does nothing, but its presence causes
the values to gain magic type 'h', which has entries for set and clear.
C<Perl_magic_sethint> updates C<PL_compiling.cop_hints_hash> with a store
- record, with deletes written by C<Perl_magic_clearhint>. C<SAVE_HINTS>
+ record, with deletes written by C<Perl_magic_clearhint>. C<SAVEHINTS>
saves the current C<PL_compiling.cop_hints_hash> on the save stack, so that
it will be correctly restored when any inner compiling scope is exited.
*/