From: Rafael Garcia-Suarez Date: Sat, 5 Jan 2008 21:36:22 +0000 (+0000) Subject: Typo fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=62a1a1efb41483ae8589f3158be0ce9a1c21e8e2;p=p5sagit%2Fp5-mst-13.2.git Typo fix p4raw-id: //depot/perl@32860 --- diff --git a/hv.h b/hv.h index 5f3d0a1..f21307d 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 value returned by C is encoded in UTF-8, doing any necessary dereferencing of possibly C 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 blindly assign this to a C variable, as C may be a typedef for C.