summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-06-01 12:49:56 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-01 12:27:53 +0000
commit87324b0ff7bda56e7837a54df83aa3e5df2b1515 (patch)
tree347f34d8f4bdb78a4de4fe65492361922ec69690
parentc96098b89ac79c6fafa7880332886ecaf567c0b4 (diff)
downloadperl-87324b0ff7bda56e7837a54df83aa3e5df2b1515.tar.gz
Eliminating trigraph
Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@10367
-rw-r--r--hv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index 7058116511..14b9682b93 100644
--- a/hv.c
+++ b/hv.c
@@ -504,7 +504,7 @@ parameter is the precomputed hash value; if it is zero then Perl will
compute it. The return value is the new hash entry so created. It will be
NULL if the operation failed or if the value did not need to be actually
stored within the hash (as in the case of tied hashes). Otherwise the
-contents of the return value can be accessed using the C<He???> macros
+contents of the return value can be accessed using the C<He?> macros
described here. Note that the caller is responsible for suitably
incrementing the reference count of C<val> before the call, and
decrementing it if the function returned NULL.