From 635751fa8c286e39d042939fc9b55c5c71ebd6e7 Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Wed, 1 Aug 2001 20:16:12 +0000
Subject: [PATCH] Fix grammar nit.
---
sys/dev/syscons/syscons.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
}