Commit Diff


commit - 7f93d4d18b58b9103cef5b4d4cbf290ecf132258
commit + d023b3ba128914935c6e2bfb34997a0443fdf9fd
blob - d61bd1fae0e2bab34ea4d6fe34e3f2301879546a
blob + 39ebee0fb27bff738d486a8bc66fd9ee09e3c691
--- template/parse.y
+++ template/parse.y
@@ -427,7 +427,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) {