diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2010-03-06 16:29:47 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2010-03-06 16:29:47 +0000 |
commit | 155cab395476ad4b7bceff86e30e997b0389a072 (patch) | |
tree | 16bc4a8f3694963ad3d3c6860339d9f2e4a8808e /sys | |
parent | b4f8cabb1a0176255c2b041de20a80a96253e38b (diff) |
Fix typos.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sgi/xbow/xbow.c | 6 |
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. */ |