From 24ad8a984216ddd6cda66a3325a55fe6bd74b88c Mon Sep 17 00:00:00 2001 From: marius Date: Mon, 16 Aug 2004 15:45:27 +0000 Subject: Instead of "OpenFirmware", "openfirmware", etc. use the official spelling "Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended). Ok'ed by: tmm --- sys/boot/ofw/libofw/openfirm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/boot/ofw/libofw/openfirm.c') 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() { -- cgit v1.1