summaryrefslogtreecommitdiffstats
path: root/sys/boot/sparc64/loader
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2004-08-16 15:45:27 +0000
committermarius <marius@FreeBSD.org>2004-08-16 15:45:27 +0000
commit24ad8a984216ddd6cda66a3325a55fe6bd74b88c (patch)
treeb0e11f4b8347dd4899a1326d52f2bb6e6a254b40 /sys/boot/sparc64/loader
parente81a15aa811662f8a2b4804b1134c73089382dea (diff)
downloadFreeBSD-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/sparc64/loader')
-rw-r--r--sys/boot/sparc64/loader/Makefile2
-rw-r--r--sys/boot/sparc64/loader/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/sparc64/loader/Makefile b/sys/boot/sparc64/loader/Makefile
index 44c6c1b..31129cd 100644
--- a/sys/boot/sparc64/loader/Makefile
+++ b/sys/boot/sparc64/loader/Makefile
@@ -58,7 +58,7 @@ CLEANFILES+= vers.c loader.help
LDFLAGS= -static
-# Openfirmware standalone support library
+# Open Firmware standalone support library
LIBOFW= ${.OBJDIR}/../../ofw/libofw/libofw.a
CFLAGS+= -I${.CURDIR}/../../ofw/libofw/
diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c
index 95790f1..9a8a8fa 100644
--- a/sys/boot/sparc64/loader/main.c
+++ b/sys/boot/sparc64/loader/main.c
@@ -369,7 +369,7 @@ main(int (*openfirm)(void *))
phandle_t chosenh;
/*
- * Tell the OpenFirmware functions where they find the ofw gate.
+ * Tell the Open Firmware functions where they find the ofw gate.
*/
OF_init(openfirm);
OpenPOWER on IntegriCloud