diff options
author | dd <dd@FreeBSD.org> | 2001-08-01 20:16:12 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-08-01 20:16:12 +0000 |
commit | 95023d1052905a51057e35210a3a0fc390af4cfd (patch) | |
tree | 6c06935351b372634224d68f354f502c5781b827 /sys/dev/syscons | |
parent | e967b3ddc065c418236ec63ebcd5dcc4a8daf048 (diff) | |
download | FreeBSD-src-95023d1052905a51057e35210a3a0fc390af4cfd.zip FreeBSD-src-95023d1052905a51057e35210a3a0fc390af4cfd.tar.gz |
Fix grammar nit.
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 c461097..e499461 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; } |