summaryrefslogtreecommitdiff
path: root/src/node.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.cc')
-rw-r--r--src/node.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.cc b/src/node.cc
index e669706f1..1ad02e993 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -2070,7 +2070,7 @@ static void OnFatalError(const char* location, const char* message) {
NO_RETURN void FatalError(const char* location, const char* message) {
OnFatalError(location, message);
- // to supress compiler warning
+ // to suppress compiler warning
abort();
}