From a4ca6dfee742643818d25eb39ebb6da20a8f28fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armin=20M=C3=BCller?= <27155134+arm-in@users.noreply.github.com> Date: Thu, 12 Sep 2019 20:52:39 +0200 Subject: [PATCH] testgarbage.cpp: Spelling in comment (#2172) --- test/testgarbage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testgarbage.cpp b/test/testgarbage.cpp index 5598a65ea..f13d15608 100644 --- a/test/testgarbage.cpp +++ b/test/testgarbage.cpp @@ -1554,7 +1554,7 @@ private: ASSERT_THROW(checkCode("{((()))(return 1||);}"), InternalError); } - // #8709 - no garbarge but to avoid stability regression + // #8709 - no garbage but to avoid stability regression void garbageCode195() { checkCode("a b;\n" "void c() {\n"