summaryrefslogtreecommitdiff
path: root/deps/v8/src/checks.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/checks.h')
-rw-r--r--deps/v8/src/checks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/checks.h b/deps/v8/src/checks.h
index d49f97f132..aa557f00bc 100644
--- a/deps/v8/src/checks.h
+++ b/deps/v8/src/checks.h
@@ -281,7 +281,7 @@ bool EnableSlowAsserts();
// safely enabled in release mode. Moreover, the ((void) 0) expression
// obeys different syntax rules than typedef's, e.g. it can't appear
// inside class declaration, this leads to inconsistency between debug
-// and release compilation modes behaviour.
+// and release compilation modes behavior.
#define STATIC_ASSERT(test) STATIC_CHECK(test)
#define ASSERT_NOT_NULL(p) ASSERT_NE(NULL, p)