firewire(4): Fix a typo in a source code comment

- s/unavailabe/unavailable/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-11-19 19:50:56 +01:00
parent 5e21882bb4
commit 3e5ddef0fd

View File

@ -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 */