git: c7b5149d47ac - stable/12 - firewire(4): Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sun, 28 Nov 2021 11:48:17 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=c7b5149d47ac81545c23aee8ec13db8b75bc0a2e

commit c7b5149d47ac81545c23aee8ec13db8b75bc0a2e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-11-19 18:50:56 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-11-28 11:46:15 +0000

    firewire(4): Fix a typo in a source code comment
    
    - s/unavailabe/unavailable/
    
    (cherry picked from commit 3e5ddef0fd391049f378456e10a0cea015652bc0)
---
 sys/dev/firewire/sbp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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