aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
diff options
context:
space:
mode:
authorAnton Lindqvist <anton.lindqvist@gmail.com>2018-07-21 16:13:01 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-07-23 11:11:32 +0200
commit912c93d745d441150d0b8fa605c38d5ec18f75ab (patch)
tree1d84f3c0ed0039d4397c8a91f6b6753ebd982ab5 /executor/common.h
parent54bb6b9222e1701e1d692a4671fedc0a66f42552 (diff)
executor: fix typo in comment
Diffstat (limited to 'executor/common.h')
-rw-r--r--executor/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common.h b/executor/common.h
index 880c479bf..59812411e 100644
--- a/executor/common.h
+++ b/executor/common.h
@@ -90,7 +90,7 @@ const int kErrorStatus = 68;
defined(__NR_syz_init_net_socket) && \
(defined(SYZ_SANDBOX_NONE) || defined(SYZ_SANDBOX_SETUID) || defined(SYZ_SANDBOX_NAMESPACE)) || \
defined(__NR_syz_mmap)
-// logical error (e.g. invalid input program), use as an assert() alernative
+// logical error (e.g. invalid input program), use as an assert() alternative
NORETURN PRINTF static void fail(const char* msg, ...)
{
int e = errno;