Commit Diff


commit - 0bc2cf1263d57c9464234d491254ea7b435bbbcd
commit + f39a604656c539f738565ba0d7ce72b091868dcb
blob - 360477fbf519602a7c110f04f6b412fd451bca69
blob + fb6e4945dd4e2f6b31882eeeb94bf0a07a38120b
--- template/parse.y
+++ template/parse.y
@@ -429,7 +429,7 @@ lgetc(int quotec)
 	if (c == EOF) {
 		/*
 		 * Fake EOL when hit EOF for the first time. This gets line
-		 * count rigchtif last line included file is syntactically
+		 * count right if last line in included file is syntactically
 		 * invalid and has no newline.
 		 */
 		if (file->eof_reached == 0) {