git: c2b53b320453 - stable/12 - bhnd(4): Correct a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Aug 2022 12:08:11 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=c2b53b320453855cc0578eaab0d966cbbb79a30c
commit c2b53b320453855cc0578eaab0d966cbbb79a30c
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:08:00 +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)