diff options
author | Marius Strobl <marius@FreeBSD.org> | 2004-08-16 15:45:27 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2004-08-16 15:45:27 +0000 |
commit | 39513fa66497aa8f8b91f43c923db7d31db657a3 (patch) | |
tree | b0e11f4b8347dd4899a1326d52f2bb6e6a254b40 /sys/powerpc/powermac/uninorth.c | |
parent | 76c4b2cb5d7557e74739571df0d38de52b65f5e1 (diff) |
Instead of "OpenFirmware", "openfirmware", etc. use the official spelling
"Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended).
Ok'ed by: tmm
Notes
Notes:
svn path=/head/; revision=133862
Diffstat (limited to 'sys/powerpc/powermac/uninorth.c')
-rw-r--r-- | sys/powerpc/powermac/uninorth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/powermac/uninorth.c b/sys/powerpc/powermac/uninorth.c index c609a0058677..1eca880fa1b0 100644 --- a/sys/powerpc/powermac/uninorth.c +++ b/sys/powerpc/powermac/uninorth.c @@ -230,8 +230,8 @@ uninorth_attach(device_t dev) } /* - * Enable the GMAC ethernet cell if OpenFirmware says it is - * used + * Enable the GMAC Ethernet cell if Open Firmware says it is + * used. */ for (child = OF_child(node); child; child = OF_peer(child)) { char compat[32]; |