From 7a4ca5b4c6cbf0022494a8f350fe000abb4b3034 Mon Sep 17 00:00:00 2001 From: Hugo van der Sanden Date: Wed, 18 Mar 2015 21:58:43 +0000 Subject: doc typo --- dquote_static.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dquote_static.c') diff --git a/dquote_static.c b/dquote_static.c index 401bf478eb..801240bcf6 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); -- cgit v1.2.1