From e96d567a27f4b92816aa28380825e5a9d1a27309 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 25 Jul 2017 22:27:13 -0400 Subject: [PATCH] spelling: corrupted --- ChangeLog-2012 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog-2012 b/ChangeLog-2012 index 42188f8f..69e12d5b 100644 --- a/ChangeLog-2012 +++ b/ChangeLog-2012 @@ -18052,7 +18052,7 @@ suite using a GLR parser driven by LALR tables. It fails with -O2 because `struct stat' gives two different answers on my machine: 88 (definition of an auto var) and later 96 (memset on this var). - Hence the stack is badly corrumpted. The headers inclusion is to + Hence the stack is badly corrupted. The headers inclusion is to blame: if I move the awk.h inclusion before GLR's system header inclusion, the two struct stat have the same size.