--- src/usr.bin/file2c/file2c.c 2008/04/05 08:50:41 1.3 +++ src/usr.bin/file2c/file2c.c 2008/04/05 09:12:45 1.4 @@ -38,7 +38,7 @@ main(int argc, char *argv[]) case 'n': /* Max. number of bytes per line. */ maxcount = strtol(optarg, NULL, 10); break; - case 's': /* Be more style(9) comliant. */ + case 's': /* Be more style(9) compliant. */ pretty = 1; break; case 'x': /* Print hexadecimal numbers. */