summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw/openfirmio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ofw/openfirmio.c')
-rw-r--r--sys/dev/ofw/openfirmio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ofw/openfirmio.c b/sys/dev/ofw/openfirmio.c
index 4839428..b67a1f8 100644
--- a/sys/dev/ofw/openfirmio.c
+++ b/sys/dev/ofw/openfirmio.c
@@ -277,7 +277,7 @@ openfirm_modevent(module_t mod, int type, void *data)
switch(type) {
case MOD_LOAD:
if (bootverbose)
- printf("openfirm: <OpenFirmware control device>\n");
+ printf("openfirm: <Open Firmware control device>\n");
/*
* Allow only root access by default; this device may allow
* users to peek into firmware passwords, and likely to crash
OpenPOWER on IntegriCloud