diff --git a/src/full-codegen.h b/src/full-codegen.h index 0834c456fa..21f6922b6f 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);