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/dev/ofw/openpromio.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/dev/ofw/openpromio.c')
-rw-r--r-- | sys/dev/ofw/openpromio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ofw/openpromio.c b/sys/dev/ofw/openpromio.c index b2e3454..07a0791 100644 --- a/sys/dev/ofw/openpromio.c +++ b/sys/dev/ofw/openpromio.c @@ -42,8 +42,8 @@ __FBSDID("$FreeBSD$"); #include <dev/ofw/openpromio.h> /* - * This provides a solaris compatible character device interface to - * openfirmware. It exists entirely for compatibility with software + * This provides a Solaris compatible character device interface to + * Open Firmware. It exists entirely for compatibility with software * like X11, and only the features that are actually needed for that * are implemented. The interface sucks too much to actually use, * new code should use the /dev/openfirm device. |