Fix obviou typo in previous commit.
* tests/sunspider-1.0/bitops-bitwise-and.js:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@90321
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2011-07-02 Maciej Stachowiak <mjs@apple.com>
+ Not Reviewed.
+
+ Fix obviou typo in previous commit.
+
+ * tests/sunspider-1.0/bitops-bitwise-and.js:
+
+2011-07-02 Maciej Stachowiak <mjs@apple.com>
+
Reviewed by Anders Carlsson.
SunSpider: all four bitops benchmarks can be replaced with NOP
for (var i = 0; i < 600000; i++)
bitwiseAndValue = bitwiseAndValue & i;
-var result = butwiseAndValue;
+var result = bitwiseAndValue;