Fix grammar nit.
This commit is contained in:
parent
778c176942
commit
635751fa8c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user