Date: Tue, 30 Aug 2022 12:07:54 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: 3cc226cd9c08 - stable/13 - bhnd(4): Correct a typo in a source code comment Message-ID: <202208301207.27UC7spI027815@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=3cc226cd9c086f56c7a5c35da84f7a2cedc90819 commit 3cc226cd9c086f56c7a5c35da84f7a2cedc90819 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-08-27 10:10:00 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-08-30 12:07:39 +0000 bhnd(4): Correct a typo in a source code comment - s/in he/in the/ (cherry picked from commit ce99e4fa4442ed7d1a7802612557b23173dd5781) --- sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c b/sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c index 555a28d60b38..97e1f558cde3 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c @@ -318,7 +318,7 @@ bhnd_nvram_bcmraw_init(struct bhnd_nvram_bcmraw *bcm, struct bhnd_nvram_io *src) break; } - /* Reclaim any unused space in he backing buffer */ + /* Reclaim any unused space in the backing buffer */ if (offset < bcm->size) { bcm->data = bhnd_nv_reallocf(bcm->data, bcm->size); if (bcm->data == NULL)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208301207.27UC7spI027815>