Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Nov 2021 18:52:15 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 3e5ddef0fd39 - main - firewire(4): Fix a typo in a source code comment
Message-ID:  <202111191852.1AJIqFLG082705@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111191852.1AJIqFLG082705>