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/boot/ofw/libofw/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/boot/ofw/libofw/openfirm.c')
-rw-r--r-- | sys/boot/ofw/libofw/openfirm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/ofw/libofw/openfirm.c b/sys/boot/ofw/libofw/openfirm.c index 41efbf6..b1d2b40 100644 --- a/sys/boot/ofw/libofw/openfirm.c +++ b/sys/boot/ofw/libofw/openfirm.c @@ -862,7 +862,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() { @@ -879,7 +879,7 @@ OF_enter() openfirmware(&args); } -/* Shut down and drop back to the OpenFirmware interface. */ +/* Shut down and drop back to the Open Firmware interface. */ void OF_exit() { |