diff options
author | Karl Williamson <khw@cpan.org> | 2015-01-12 15:12:24 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-01-13 12:01:03 -0700 |
commit | f3c7620ac2e8c2e68faab8b1265a190a115a2ba2 (patch) | |
tree | f642e7fdeb2f4a327115093696d143dc7fd6c992 /dquote_static.c | |
parent | 67cdf558540fcb50072632cb50aa953c0583f350 (diff) | |
download | perl-f3c7620ac2e8c2e68faab8b1265a190a115a2ba2.tar.gz |
dquote_static.c: Rmv obsolete comment
Diffstat (limited to 'dquote_static.c')
-rw-r--r-- | dquote_static.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dquote_static.c b/dquote_static.c index 906e1f7dc7..16227c1c8d 100644 --- a/dquote_static.c +++ b/dquote_static.c @@ -188,7 +188,7 @@ S_grok_bslash_x(pTHX_ char **s, UV *uv, const char** error_msg, /* Documentation to be supplied when interface nailed down finally * 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 + * from; , otherwise TRUE. * On input: * s is the address of a pointer to a NULL terminated string that begins * with 'x', and the previous character was a backslash. At exit, *s |