Correct various typos in code comments

Found via `codespell -q 3`

Closes #263
This commit is contained in:
luzpaz
2018-07-31 21:59:16 +00:00
committed by DRC
parent 574f3a772c
commit 43c58ff983
5 changed files with 5 additions and 5 deletions

View File

@@ -580,7 +580,7 @@ main(int argc, char **argv)
}
}
/* Duplicate the remainder of the source file.
* Note that any COM markers occuring after SOF will not be touched.
* Note that any COM markers occurring after SOF will not be touched.
*/
write_marker(marker);
copy_rest_of_file();