Revision: 5971
Author: [email protected]
Date: Fri Dec 10 06:35:40 2010
Log: Fix long line.

Review URL: http://codereview.chromium.org/5680005
http://code.google.com/p/v8/source/detail?r=5971

Modified:
 /branches/bleeding_edge/src/full-codegen.h

=======================================
--- /branches/bleeding_edge/src/full-codegen.h  Fri Dec 10 06:33:20 2010
+++ /branches/bleeding_edge/src/full-codegen.h  Fri Dec 10 06:35:40 2010
@@ -536,7 +536,7 @@
   // Helper for calling an IC stub.
   void EmitCallIC(Handle<Code> 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<Code> ic, JumpPatchSite* patch_site);

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to