diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2004-06-15 16:03:49 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2004-06-15 16:03:49 +0000 |
| commit | c2216c0ac686e0ab2b9a3f75610fabce56fcc505 (patch) | |
| tree | 8bb911dc3515286852a84a783037ea54c33c8189 /sys/dev/firewire | |
| parent | ead2cedab8d6165715c6ba01aea750e302cf09aa (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/sbp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index ecfe1417169b..52664b719690 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) |
