Index: src/jsregexp.h |
diff --git a/src/jsregexp.h b/src/jsregexp.h |
index cadf7f2cacf8823d479db5f256aef3f728999811..0e8b6078d86abb12a35664671f21b653543b278b 100644 |
--- a/src/jsregexp.h |
+++ b/src/jsregexp.h |
@@ -653,7 +653,7 @@ class RegExpNode: public ZoneObject { |
// Returns a clone of this node initialized using the copy constructor |
// of its concrete class. Note that the node may have to be pre- |
- // processed before it is on a useable state. |
+ // processed before it is on a usable state. |
virtual RegExpNode* Clone() = 0; |
private: |