summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/mkioconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config/mkioconf.c')
-rw-r--r--usr.sbin/config/mkioconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/mkioconf.c b/usr.sbin/config/mkioconf.c
index 2e8ef48..d2b1535 100644
--- a/usr.sbin/config/mkioconf.c
+++ b/usr.sbin/config/mkioconf.c
@@ -102,7 +102,7 @@ vax_ioconf()
continue;
}
if (dp->d_slave != UNKNOWN) {
- printf("can't specify slave number for %s%d\n",
+ printf("can't specify slave number for %s%d\n",
dp->d_name, dp->d_unit);
continue;
}
@@ -865,7 +865,7 @@ scbus_devtab(fp, dev_idp)
"%s%s which is not fixed at a single adapter.\n",
mp->d_name, wnum(mp->d_unit));
}
-
+
fprintf(fp, "{ ");
fprintf(fp, "\"%s\", ", dp->d_name);
id_put(fp, dp->d_unit, ", ");
OpenPOWER on IntegriCloud