From ac54854fdaedd40d67642c96a21623167d1c2102 Mon Sep 17 00:00:00 2001 From: "fschneider@chromium.org" Date: Fri, 10 Dec 2010 14:35:40 +0000 Subject: [PATCH] Fix long line. Review URL: http://codereview.chromium.org/5680005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5971 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/full-codegen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/full-codegen.h b/src/full-codegen.h index 0834c45..21f6922 100644 --- a/src/full-codegen.h +++ b/src/full-codegen.h @@ -536,7 +536,7 @@ class FullCodeGenerator: public AstVisitor { // Helper for calling an IC stub. void EmitCallIC(Handle ic, RelocInfo::Mode mode); - // Helper for calling an IC stub with a patch site. Passing NULL for patch_site + // Calling an IC stub with a patch site. Passing NULL for patch_site // indicates no inlined smi code and emits a nop after the IC call. void EmitCallIC(Handle ic, JumpPatchSite* patch_site); -- 2.7.4