aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/sparc64/nexus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/sparc64/nexus.c')
-rw-r--r--sys/sparc64/sparc64/nexus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sparc64/sparc64/nexus.c b/sys/sparc64/sparc64/nexus.c
index 6469f7f600eb..7f130c2acbb7 100644
--- a/sys/sparc64/sparc64/nexus.c
+++ b/sys/sparc64/sparc64/nexus.c
@@ -55,7 +55,7 @@
/*
* The nexus (which is a pseudo-bus actually) iterates over the nodes that
- * hang from the OpenFirmware root node and adds them as devices to this bus
+ * hang from the Open Firmware root node and adds them as devices to this bus
* (except some special nodes which are excluded) so that drivers can be
* attached to them.
*
@@ -63,7 +63,7 @@
* done at this level.
*
* Maybe this code should get into dev/ofw to some extent, as some of it should
- * work for all OpenFirmware based machines...
+ * work for all Open Firmware based machines...
*/
static MALLOC_DEFINE(M_NEXUS, "nexus", "nexus device information");
@@ -169,7 +169,7 @@ nexus_probe(device_t dev)
{
/* Nexus does always match. */
- device_set_desc(dev, "OpenFirmware Nexus device");
+ device_set_desc(dev, "Open Firmware Nexus device");
return (0);
}