From 912c93d745d441150d0b8fa605c38d5ec18f75ab Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Sat, 21 Jul 2018 16:13:01 +0200 Subject: executor: fix typo in comment --- executor/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor') 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; -- cgit mrf-deployment