Reviewers: Erik Corry, Description: Fix presubmit error. Trailing whitespace.
TBR=erik.corry Please review this at http://codereview.chromium.org/2224007/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/codegen-arm.cc Index: src/arm/codegen-arm.cc =================================================================== --- src/arm/codegen-arm.cc (revision 4745) +++ src/arm/codegen-arm.cc (working copy) @@ -72,7 +72,7 @@ // Platform-specific DeferredCode functions. void DeferredCode::SaveRegisters() { - // On ARM you either have a completely spilled frame or you + // On ARM you either have a completely spilled frame or you // handle it yourself, but at the moment there's no automation // of registers and deferred code. } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
