git: 3e5ddef0fd39 - main - firewire(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Nov 2021 18:52:15 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=3e5ddef0fd391049f378456e10a0cea015652bc0
commit 3e5ddef0fd391049f378456e10a0cea015652bc0
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-11-19 18:50:56 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-11-19 18:50:56 +0000
firewire(4): Fix a typo in a source code comment
- s/unavailabe/unavailable/
MFC after: 3 days
---
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 */