Fix grammar nit.

This commit is contained in:
dd 2001-08-01 20:16:12 +00:00
parent e967b3ddc0
commit 95023d1052

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;
}