diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-08-01 20:16:12 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-08-01 20:16:12 +0000 |
| commit | 635751fa8c286e39d042939fc9b55c5c71ebd6e7 (patch) | |
| tree | 6c06935351b372634224d68f354f502c5781b827 /sys/dev/syscons | |
| parent | 778c176942351bb5b4fad895cf842b272be212d1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons')
| -rw-r--r-- | sys/dev/syscons/syscons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index c4610976b0b2..e49946104e2a 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -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; } |
