git: ce99e4fa4442 - main - bhnd(4): Correct a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Aug 2022 10:10:29 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ce99e4fa4442ed7d1a7802612557b23173dd5781 commit ce99e4fa4442ed7d1a7802612557b23173dd5781 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-08-27 10:10:00 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-08-27 10:10:00 +0000 bhnd(4): Correct a typo in a source code comment - s/in he/in the/ MFC after: 3 days --- 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)