diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2021-11-19 18:50:56 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-11-19 18:50:56 +0000 |
| commit | 3e5ddef0fd391049f378456e10a0cea015652bc0 (patch) | |
| tree | b9de7ecc05c1574abcea9b3012e565e86bfaeb52 /sys/dev/firewire | |
| parent | 5e21882bb4e7d36ebcf0300234486a54ff4e7b13 (diff) | |
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/sbp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/sbp.h b/sys/dev/firewire/sbp.h index 93ad991e3a76..f50723556763 100644 --- a/sys/dev/firewire/sbp.h +++ b/sys/dev/firewire/sbp.h @@ -126,7 +126,7 @@ struct sbp_status { #define STATUS_LUR 5 /* 6: Maximum payload too small */ /* 7: Reserved for future standardization */ -/* 8: Resource unavailabe */ +/* 8: Resource unavailable */ #define STATUS_RES_UNAVAIL 8 /* 9: Function Rejected */ /* 10: Login ID not recognized */ |
