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/sparc64/boot1/boot1.c | 2 +- sys/boot/sparc64/loader/Makefile | 2 +- sys/boot/sparc64/loader/main.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/boot/sparc64') diff --git a/sys/boot/sparc64/boot1/boot1.c b/sys/boot/sparc64/boot1/boot1.c index 685e33f..4c2786f 100644 --- a/sys/boot/sparc64/boot1/boot1.c +++ b/sys/boot/sparc64/boot1/boot1.c @@ -432,7 +432,7 @@ static int dskread(void *buf, u_int64_t lba, int nblk) { /* - * The OpenFirmware should open the correct partition for us. + * The Open Firmware should open the correct partition for us. * That means, if we read from offset zero on an open instance handle, * we should read from offset zero of that partition. */ 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); -- cgit v1.1