Title: [182919] trunk/Source/_javascript_Core
Revision
182919
Author
mark....@apple.com
Date
2015-04-16 16:21:01 -0700 (Thu, 16 Apr 2015)

Log Message

Fixed some typos in a comment.

Not reviewed.

* dfg/DFGGenerationInfo.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (182918 => 182919)


--- trunk/Source/_javascript_Core/ChangeLog	2015-04-16 23:04:00 UTC (rev 182918)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-04-16 23:21:01 UTC (rev 182919)
@@ -1,3 +1,11 @@
+2015-04-16  Mark Lam  <mark....@apple.com>
+
+        Fixed some typos in a comment.
+
+        Not reviewed.
+
+        * dfg/DFGGenerationInfo.h:
+
 2015-04-16  Yusuke Suzuki  <utatane....@gmail.com>
 
         [ES6] Implement Symbol.for and Symbol.keyFor

Modified: trunk/Source/_javascript_Core/dfg/DFGGenerationInfo.h (182918 => 182919)


--- trunk/Source/_javascript_Core/dfg/DFGGenerationInfo.h	2015-04-16 23:04:00 UTC (rev 182918)
+++ trunk/Source/_javascript_Core/dfg/DFGGenerationInfo.h	2015-04-16 23:21:01 UTC (rev 182919)
@@ -38,9 +38,9 @@
 
 // === GenerationInfo ===
 //
-// This class is used to track the current status of a live values during code generation.
+// This class is used to track the current status of live values during code generation.
 // Can provide information as to whether a value is in machine registers, and if so which,
-// whether a value has been spilled to the RegsiterFile, and if so may be able to provide
+// whether a value has been spilled to the RegisterFile, and if so may be able to provide
 // details of the format in memory (all values are spilled in a boxed form, but we may be
 // able to track the type of box), and tracks how many outstanding uses of a value remain,
 // so that we know when the value is dead and the machine registers associated with it
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to