| Index: src/ia32/stub-cache-ia32.cc
|
| ===================================================================
|
| --- src/ia32/stub-cache-ia32.cc (revision 10402)
|
| +++ src/ia32/stub-cache-ia32.cc (working copy)
|
| @@ -992,7 +992,7 @@
|
|
|
| __ push(scratch3); // Restore return address.
|
|
|
| - // 3 elements array for v8::Agruments::values_, handler for name and pointer
|
| + // 3 elements array for v8::Arguments::values_, handler for name and pointer
|
| // to the values (it considered as smi in GC).
|
| const int kStackSpace = 5;
|
| const int kApiArgc = 2;
|
|
|