summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-08-07 11:32:20 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-08-07 11:32:20 +0000
commita057395ef4579a65ab569357c58480f40e61e11f (patch)
tree133b61d1b1134f276a712a897b186bfc4e5ae21d
parentdb54ea3a6e1aaa39cd0e5e7878f0e8c9f2c4bdf4 (diff)
grammar
-rw-r--r--sys/lib/libsa/cons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/cons.c b/sys/lib/libsa/cons.c
index ea127eac162..090121d12c8 100644
--- a/sys/lib/libsa/cons.c
+++ b/sys/lib/libsa/cons.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cons.c,v 1.6 1997/08/04 20:31:21 mickey Exp $ */
+/* $OpenBSD: cons.c,v 1.7 1997/08/07 11:32:19 niklas Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -52,7 +52,7 @@ cons_probe()
}
}
if (!f) /* not found */
- printf("no any console detected, ");
+ printf("no console detected, ");
printf("using %s console\n", console->name);
return 1;
}