Improve comments.

This commit is contained in:
Eric S. Raymond 2022-04-18 18:07:28 -04:00
parent 017162da6e
commit 9af3ab4ecd
3 changed files with 6 additions and 3 deletions

2
main.c
View file

@ -255,7 +255,7 @@ static void checkhints(void)
game.hintlc[hint] = 0;
return;
default: // LCOV_EXCL_LINE
// Should never hap[pen
// Should never happen
BUG(HINT_NUMBER_EXCEEDS_GOTO_LIST); // LCOV_EXCL_LINE
}