From 231dfd3e63e874a51cd0a3c78dd433542f29c1ba Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 25 Sep 1999 14:43:40 +0000 Subject: [PATCH] Add missing 't' in printf message. --- sys/kern/subr_diskslice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/subr_diskslice.c b/sys/kern/subr_diskslice.c index 34225b86399..2ffc86974a5 100644 --- a/sys/kern/subr_diskslice.c +++ b/sys/kern/subr_diskslice.c @@ -833,7 +833,7 @@ dsopen(dev, mode, flags, sspp, lp) if (lp1->d_flags & D_BADSECT) { if ((flags & DSO_BAD144) == 0) { log(LOG_ERR, - "%s: bad sector table no supported\n", + "%s: bad sector table not supported\n", sname); continue; }