Date: Sun, 28 Nov 2021 11:43:49 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7125ea0f154b - stable/13 - firewire(4): Fix a typo in a source code comment Message-ID: <202111281143.1ASBhnqs026293@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=7125ea0f154bd5675c9b393a21d4a4c6fb4bf680 commit 7125ea0f154bd5675c9b393a21d4a4c6fb4bf680 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:42:33 +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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111281143.1ASBhnqs026293>