diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-06-17 13:45:19 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-06-20 14:08:42 -0600 |
commit | 7d2838d85fb4435f42830873c0abe66ae2e06a57 (patch) | |
tree | a27f27fb3bb88f4da56eda449b2f4bd62add6f20 /dquote_static.c | |
parent | 9ffc755459f256cba32b97b6a02d06ed1891201c (diff) | |
download | perl-7d2838d85fb4435f42830873c0abe66ae2e06a57.tar.gz |
dquote_static.c: Clarify 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 4f839ee542..4ab05cf573 100644 --- a/dquote_static.c +++ b/dquote_static.c @@ -138,7 +138,7 @@ S_grok_bslash_o(pTHX_ const char *s, } /* Return past the '}' no matter what is inside the braces */ - *len = e - s + 2; /* 2 = 1 for the o + 1 for the '}' */ + *len = e - s + 2; /* 2 = 1 for the 'o' + 1 for the '}' */ s++; /* Point to first digit */ |