summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/null/null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/null/null.c b/sys/dev/null/null.c
index 8974d71..865ee5c 100644
--- a/sys/dev/null/null.c
+++ b/sys/dev/null/null.c
@@ -111,7 +111,7 @@ null_modevent(module_t mod, int type, void *data)
switch(type) {
case MOD_LOAD:
if (bootverbose)
- printf("null0: <null device, zero device>\n");
+ printf("null: <null device, zero device>\n");
zbuf = (void *)malloc(PAGE_SIZE, M_TEMP, M_WAITOK);
bzero(zbuf, PAGE_SIZE);
zero_dev = make_dev(&zero_cdevsw, ZERO_MINOR, UID_ROOT,
OpenPOWER on IntegriCloud