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 <[email protected]> AuthorDate: 2022-08-27 10:10:00 +0000 Commit: Gordon Bergling <[email protected]> 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)
