diff options
author | isaacs <i@izs.me> | 2012-01-23 16:16:42 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-01-23 17:16:27 -0800 |
commit | 40879f33cd083ad8e16860a19cce03a0126e12a5 (patch) | |
tree | 010f16d83e398481e074f35a1900ee6c9e011e16 /deps/v8/src/parser.h | |
parent | b1b16d117e6fe2ca889d10e7e0b62a5a60997d57 (diff) | |
download | node-new-40879f33cd083ad8e16860a19cce03a0126e12a5.tar.gz |
Upgrade V8 to 3.8.8
Diffstat (limited to 'deps/v8/src/parser.h')
-rw-r--r-- | deps/v8/src/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/parser.h b/deps/v8/src/parser.h index 146d7bb9af..16c2eff6d3 100644 --- a/deps/v8/src/parser.h +++ b/deps/v8/src/parser.h @@ -186,7 +186,7 @@ class ParserApi { // ---------------------------------------------------------------------------- // REGEXP PARSING -// A BuffferedZoneList is an automatically growing list, just like (and backed +// A BufferedZoneList is an automatically growing list, just like (and backed // by) a ZoneList, that is optimized for the case of adding and removing // a single element. The last element added is stored outside the backing list, // and if no more than one element is ever added, the ZoneList isn't even |