diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-10-01 13:00:05 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-10-01 13:00:05 +0000 |
| commit | a778ab3f55d840eef64f89cc1744a5fec611d95b (patch) | |
| tree | caa4c70809508a4e7d1a7264192649ec9413d075 /sys/dev/syscons | |
| parent | 8f4c8c3db21ff1f6b955e0b710a994bbf2880538 (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 68397546f184..2f6d7d7d7412 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -222,7 +222,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; } |
