Fix grammar nit.

This commit is contained in:
Dima Dorfman 2001-08-01 20:16:12 +00:00
parent 778c176942
commit 635751fa8c

View File

@ -225,7 +225,7 @@ sc_probe_unit(int unit, int flags)
{
if (!scvidprobe(unit, flags, FALSE)) {
if (bootverbose)
printf("sc%d: no video adapter is found.\n", unit);
printf("sc%d: no video adapter found.\n", unit);
return ENXIO;
}