testgarbage.cpp: Spelling in comment (#2172)

This commit is contained in:
Armin Müller 2019-09-12 20:52:39 +02:00 committed by Sebastian
parent 346a19393f
commit a4ca6dfee7
1 changed files with 1 additions and 1 deletions

View File

@ -1554,7 +1554,7 @@ private:
ASSERT_THROW(checkCode("{((()))(return 1||);}"), InternalError); ASSERT_THROW(checkCode("{((()))(return 1||);}"), InternalError);
} }
// #8709 - no garbarge but to avoid stability regression // #8709 - no garbage but to avoid stability regression
void garbageCode195() { void garbageCode195() {
checkCode("a b;\n" checkCode("a b;\n"
"void c() {\n" "void c() {\n"