Title: [159677] trunk/Source/_javascript_Core
- Revision
- 159677
- Author
- [email protected]
- Date
- 2013-11-21 20:24:22 -0800 (Thu, 21 Nov 2013)
Log Message
Fix a typo (requriements->requirements).
* runtime/StackAlignment.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (159676 => 159677)
--- trunk/Source/_javascript_Core/ChangeLog 2013-11-22 04:22:49 UTC (rev 159676)
+++ trunk/Source/_javascript_Core/ChangeLog 2013-11-22 04:24:22 UTC (rev 159677)
@@ -1,3 +1,9 @@
+2013-11-21 Filip Pizlo <[email protected]>
+
+ Fix a typo (requriements->requirements).
+
+ * runtime/StackAlignment.h:
+
2013-11-21 Mark Lam <[email protected]>
CodeBlock::m_numCalleeRegisters need to honor native stack alignment.
Modified: trunk/Source/_javascript_Core/runtime/StackAlignment.h (159676 => 159677)
--- trunk/Source/_javascript_Core/runtime/StackAlignment.h 2013-11-22 04:22:49 UTC (rev 159676)
+++ trunk/Source/_javascript_Core/runtime/StackAlignment.h 2013-11-22 04:24:22 UTC (rev 159677)
@@ -30,7 +30,7 @@
namespace JSC {
-// NB. Different platforms may have different requriements here. But 16 bytes is very common.
+// NB. Different platforms may have different requirements here. But 16 bytes is very common.
inline unsigned stackAlignmentBytes() { return 16; }
inline unsigned stackAlignmentRegisters()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes