summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/sbp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/firewire/sbp.c')
-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