bhnd(4): Correct a typo in a source code comment

- s/in he/in the/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-08-27 12:10:00 +02:00
parent 4e2d8cd3e2
commit ce99e4fa44

View file

@ -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)