summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-05 21:36:22 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-05 21:36:22 +0000
commit62a1a1efb41483ae8589f3158be0ce9a1c21e8e2 (patch)
treeec10bbda19a3760a3eea23e75f2b3bc777a8a07a /hv.h
parent08e447406761619260203dbbef9cf10b6efa533c (diff)
downloadperl-62a1a1efb41483ae8589f3158be0ce9a1c21e8e2.tar.gz
Typo fix
p4raw-id: //depot/perl@32860
Diffstat (limited to 'hv.h')
-rw-r--r--hv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hv.h b/hv.h
index 5f3d0a1b9f..f21307d0f6 100644
--- a/hv.h
+++ b/hv.h
@@ -1,7 +1,7 @@
/* hv.h
*
* Copyright (C) 1991, 1992, 1993, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2005, 2006, 2007, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
@@ -207,7 +207,7 @@ efficient.
=for apidoc Am|char*|HeUTF8|HE* he|STRLEN len
Returns whether the C<char *> value returned by C<HePV> is encoded in UTF-8,
doing any necessary dereferencing of possibly C<SV*> keys. The value returned
-will be 0 or non-0, not necesarily 1 (or even a value with any low bits set),
+will be 0 or non-0, not necessarily 1 (or even a value with any low bits set),
so B<do not> blindly assign this to a C<bool> variable, as C<bool> may be a
typedef for C<char>.