Reviewers: William Hesse, Description: Fix typo in comment.
TBR=whesse Please review this at http://codereview.chromium.org/16413 SVN Base: http://v8.googlecode.com/svn/branches/experimental/toiger/ Affected files: M src/codegen-ia32.h Index: src/codegen-ia32.h =================================================================== --- src/codegen-ia32.h (revision 1017) +++ src/codegen-ia32.h (working copy) @@ -89,7 +89,7 @@ // Like GetValue except that the slot is expected to be written to before // being read from again. Thae value of the reference may be invalidated, - // causign subsequent attempts to read it to fail. + // causing subsequent attempts to read it to fail. void TakeValue(TypeofState typeof_state); // Generate code to store the value on top of the expression stack in the --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
