summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2004-06-15 16:03:49 +0000
committerdfr <dfr@FreeBSD.org>2004-06-15 16:03:49 +0000
commit95f803fb726f85cd750e1186046460d636ecbb33 (patch)
tree8bb911dc3515286852a84a783037ea54c33c8189 /sys/dev/firewire
parent645f8869ff3381fc306945af41297d833cf9ae6a (diff)
downloadFreeBSD-src-95f803fb726f85cd750e1186046460d636ecbb33.zip
FreeBSD-src-95f803fb726f85cd750e1186046460d636ecbb33.tar.gz
Fix spelling.
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/sbp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c
index ecfe141..52664b7 100644
--- a/sys/dev/firewire/sbp.c
+++ b/sys/dev/firewire/sbp.c
@@ -100,7 +100,7 @@
* STATUS FIFO addressing
* bit
* -----------------------
- * 0- 1( 2): 0 (alingment)
+ * 0- 1( 2): 0 (alignment)
* 2- 7( 6): target
* 8-15( 8): lun
* 16-31( 8): reserved
@@ -822,7 +822,7 @@ END_DEBUG
xpt_async(AC_BUS_RESET, sbp->path, /*arg*/ NULL);
#endif
- /* Gabage Collection */
+ /* Garbage Collection */
for(i = 0 ; i < SBP_NUM_TARGETS ; i ++){
target = &sbp->targets[i];
STAILQ_FOREACH(fwdev, &sbp->fd.fc->devices, link)
OpenPOWER on IntegriCloud