diff options
author | marius <marius@FreeBSD.org> | 2004-08-16 15:45:27 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2004-08-16 15:45:27 +0000 |
commit | 24ad8a984216ddd6cda66a3325a55fe6bd74b88c (patch) | |
tree | b0e11f4b8347dd4899a1326d52f2bb6e6a254b40 /sys/dev/ofw/openfirm.c | |
parent | e81a15aa811662f8a2b4804b1134c73089382dea (diff) | |
download | FreeBSD-src-24ad8a984216ddd6cda66a3325a55fe6bd74b88c.zip FreeBSD-src-24ad8a984216ddd6cda66a3325a55fe6bd74b88c.tar.gz |
Instead of "OpenFirmware", "openfirmware", etc. use the official spelling
"Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended).
Ok'ed by: tmm
Diffstat (limited to 'sys/dev/ofw/openfirm.c')
-rw-r--r-- | sys/dev/ofw/openfirm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ofw/openfirm.c b/sys/dev/ofw/openfirm.c index 07ff8d2..db87a4a 100644 --- a/sys/dev/ofw/openfirm.c +++ b/sys/dev/ofw/openfirm.c @@ -68,7 +68,7 @@ __FBSDID("$FreeBSD$"); #include <dev/ofw/openfirm.h> -MALLOC_DEFINE(M_OFWPROP, "openfirm", "OpenFirmware properties"); +MALLOC_DEFINE(M_OFWPROP, "openfirm", "Open Firmware properties"); static ihandle_t stdin; static ihandle_t stdout; @@ -743,7 +743,7 @@ OF_boot(char *bootspec) for (;;); /* just in case */ } -/* Suspend and drop back to the OpenFirmware interface. */ +/* Suspend and drop back to the Open Firmware interface. */ void OF_enter() { @@ -761,7 +761,7 @@ OF_enter() return; /* We may come back. */ } -/* Shut down and drop back to the OpenFirmware interface. */ +/* Shut down and drop back to the Open Firmware interface. */ void OF_exit() { |