Revision: 4057
Author: [email protected]
Date: Mon Mar 8 08:01:40 2010
Log: Fix typographical error in comment in r4056
Review URL: http://codereview.chromium.org/668258
http://code.google.com/p/v8/source/detail?r=4057
Modified:
/branches/bleeding_edge/src/ast.h
=======================================
--- /branches/bleeding_edge/src/ast.h Mon Mar 8 07:28:57 2010
+++ /branches/bleeding_edge/src/ast.h Mon Mar 8 08:01:40 2010
@@ -241,7 +241,7 @@
bitfields_ |= SideEffectFreeField::encode(is_side_effect_free);
}
- // Will ToInt32 ECMA 262-3 9.5) or ToUunt32 (ECMA 262-3 9.6)
+ // Will ToInt32 (ECMA 262-3 9.5) or ToUint32 (ECMA 262-3 9.6)
// be applied to the value of this expression?
// If so, we may be able to optimize the calculation of the value.
bool to_int32() { return ToInt32Field::decode(bitfields_); }
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev