From 0cc3bb8c38fb88d2899f9abdce9ff45a91446299 Mon Sep 17 00:00:00 2001 From: "mjs@apple.com" Date: Sat, 2 Jul 2011 21:12:27 +0000 Subject: [PATCH] Not Reviewed. Fix obviou typo in previous commit. * tests/sunspider-1.0/bitops-bitwise-and.js: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@90321 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- PerformanceTests/SunSpider/ChangeLog | 8 ++++++++ .../SunSpider/tests/sunspider-1.0/bitops-bitwise-and.js | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/PerformanceTests/SunSpider/ChangeLog b/PerformanceTests/SunSpider/ChangeLog index 2b5aa1ba5707..7067fa6341dc 100644 --- a/PerformanceTests/SunSpider/ChangeLog +++ b/PerformanceTests/SunSpider/ChangeLog @@ -1,3 +1,11 @@ +2011-07-02 Maciej Stachowiak + + Not Reviewed. + + Fix obviou typo in previous commit. + + * tests/sunspider-1.0/bitops-bitwise-and.js: + 2011-07-02 Maciej Stachowiak Reviewed by Anders Carlsson. diff --git a/PerformanceTests/SunSpider/tests/sunspider-1.0/bitops-bitwise-and.js b/PerformanceTests/SunSpider/tests/sunspider-1.0/bitops-bitwise-and.js index b274f77a3d92..f377372aa2bf 100644 --- a/PerformanceTests/SunSpider/tests/sunspider-1.0/bitops-bitwise-and.js +++ b/PerformanceTests/SunSpider/tests/sunspider-1.0/bitops-bitwise-and.js @@ -27,4 +27,4 @@ bitwiseAndValue = 4294967296; for (var i = 0; i < 600000; i++) bitwiseAndValue = bitwiseAndValue & i; -var result = butwiseAndValue; +var result = bitwiseAndValue; -- 2.36.0