summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2010-03-06 16:29:47 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2010-03-06 16:29:47 +0000
commit155cab395476ad4b7bceff86e30e997b0389a072 (patch)
tree16bc4a8f3694963ad3d3c6860339d9f2e4a8808e /sys
parentb4f8cabb1a0176255c2b041de20a80a96253e38b (diff)
Fix typos.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sgi/xbow/xbow.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sgi/xbow/xbow.c b/sys/arch/sgi/xbow/xbow.c
index 43c5adc0f96..97100e72e21 100644
--- a/sys/arch/sgi/xbow/xbow.c
+++ b/sys/arch/sgi/xbow/xbow.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xbow.c,v 1.26 2009/11/25 11:23:30 miod Exp $ */
+/* $OpenBSD: xbow.c,v 1.27 2010/03/06 16:29:46 jsing Exp $ */
/*
* Copyright (c) 2008, 2009 Miodrag Vallat.
@@ -44,13 +44,13 @@
/*
* XBOW is the mux between two nodes and XIO.
*
- * A Crossbow (XBOW) connects two nodeboards via their respecive
+ * A Crossbow (XBOW) connects two nodeboards via their respective
* HUB to up to six different I/O controllers in XIO slots. In a
* multiprocessor system all processors have access to the XIO
* slots but may need to pass traffic via the routers.
*
* To each XIO port on the XBOW a XIO interface is attached. Such
- * interfaces can be for example PCI bridges wich then add another
+ * interfaces can be for example PCI bridges which then add another
* level to the hierarchy.
*/