summaryrefslogtreecommitdiff
path: root/tests/crasher.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/crasher.c')
-rw-r--r--tests/crasher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/crasher.c b/tests/crasher.c
index bb99e339..e19e2d69 100644
--- a/tests/crasher.c
+++ b/tests/crasher.c
@@ -88,7 +88,7 @@ write_maps(char *fname)
#ifdef __GNUC__
#ifndef __clang__
-// Gcc >= 8 became too good at inlining aliase c into b when using -O2 or -O3,
+// Gcc >= 8 became too good at inlining alias c into b when using -O2 or -O3,
// so force -O1 in all cases, otherwise a frame will be missing in the tests.
#pragma GCC optimize "-O1"
#endif
@@ -110,7 +110,7 @@ int NOINLINE b(int x)
int r;
compiler_barrier();
-
+
if (x)
r = a();
else