From: fschneider@chromium.org Date: Fri, 10 Dec 2010 14:35:40 +0000 (+0000) Subject: Fix long line. X-Git-Tag: upstream/4.7.83~20834 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac54854fdaedd40d67642c96a21623167d1c2102;p=platform%2Fupstream%2Fv8.git 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 --- 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);