From 48f153b5e27f6a013b2b297e6dd6cdb9aa72b9e5 Mon Sep 17 00:00:00 2001 From: philsmd Date: Thu, 21 Sep 2017 14:17:16 +0200 Subject: [PATCH] typo in Makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index e842459b1..dc85bc353 100644 --- a/src/Makefile +++ b/src/Makefile @@ -163,7 +163,7 @@ endif # default linux and freebsd thread stack size is 2MB # default windows thread stack size is 1MB # default OSX thread stack size is 512kB -# unfortionally, this option isn't supported by older GCC and clang versions +# unfortunately, this option isn't supported by older GCC and clang versions #CFLAGS += -Wstack-usage=524288