mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bhnd(4): Correct a typo in a source code comment
- s/in he/in the/ MFC after: 3 days
This commit is contained in:
parent
4e2d8cd3e2
commit
ce99e4fa44
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue