Title: [182000] trunk/Source/_javascript_Core
Revision
182000
Author
[email protected]
Date
2015-03-25 22:23:10 -0700 (Wed, 25 Mar 2015)

Log Message

Fix a typo that ggaren found but that I didn't fix before.

* runtime/DirectArgumentsOffset.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (181999 => 182000)


--- trunk/Source/_javascript_Core/ChangeLog	2015-03-26 04:58:10 UTC (rev 181999)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-03-26 05:23:10 UTC (rev 182000)
@@ -1,5 +1,11 @@
 2015-03-25  Filip Pizlo  <[email protected]>
 
+        Fix a typo that ggaren found but that I didn't fix before.
+
+        * runtime/DirectArgumentsOffset.h:
+
+2015-03-25  Filip Pizlo  <[email protected]>
+
         Unreviewed, VC found a bug. This fixes the bug.
 
         * dfg/DFGConstantFoldingPhase.cpp:

Modified: trunk/Source/_javascript_Core/runtime/DirectArgumentsOffset.h (181999 => 182000)


--- trunk/Source/_javascript_Core/runtime/DirectArgumentsOffset.h	2015-03-26 04:58:10 UTC (rev 181999)
+++ trunk/Source/_javascript_Core/runtime/DirectArgumentsOffset.h	2015-03-26 05:23:10 UTC (rev 182000)
@@ -32,7 +32,7 @@
 namespace JSC {
 
 // This is an offset into the special arguments object, which captures the arguments to a
-// function. It only comes into play it the arguments aren't also lifted into the activation.
+// function. It only comes into play if the arguments aren't also lifted into the activation.
 // If they were then accesses to the arguments would resolve to a ScopeOffset and not a
 // DirectArgumentsOffset.
 class DirectArgumentsOffset : public GenericOffset<DirectArgumentsOffset> {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to