In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/7a4ca5b4c6cbf0022494a8f350fe000abb4b3034?hp=1ce7b77de80f2fbcbecf3cf6343440c19201bdf0>

- Log -----------------------------------------------------------------
commit 7a4ca5b4c6cbf0022494a8f350fe000abb4b3034
Author: Hugo van der Sanden <[email protected]>
Date:   Wed Mar 18 21:58:43 2015 +0000

    doc typo
-----------------------------------------------------------------------

Summary of changes:
 dquote_static.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dquote_static.c b/dquote_static.c
index 401bf47..801240b 100644
--- a/dquote_static.c
+++ b/dquote_static.c
@@ -90,7 +90,7 @@ S_grok_bslash_o(pTHX_ char **s, UV *uv, const char** 
error_msg,
  *  This returns FALSE if there is an error which the caller need not recover
  *  from; otherwise TRUE.  In either case the caller should look at *len [???].
  *  It guarantees that the returned codepoint, *uv, when expressed as
- *  utf8 bytes, would fit within the skipped "\x{...}" bytes.
+ *  utf8 bytes, would fit within the skipped "\o{...}" bytes.
  *  On input:
  *     s   is the address of a pointer to a NULL terminated string that begins
  *         with 'o', and the previous character was a backslash.  At exit, *s
@@ -183,7 +183,7 @@ S_grok_bslash_o(pTHX_ char **s, UV *uv, const char** 
error_msg,
     /* Return past the '}' */
     *s = e + 1;
 
-    /* guarantee replacing "\x{...}" with utf8 bytes fits within
+    /* guarantee replacing "\o{...}" with utf8 bytes fits within
      * existing space */
     assert(OFFUNISKIP(*uv) < *s - start);
 

--
Perl5 Master Repository

Reply via email to