mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
uma.h: Fix a typo in a source code comment
- s/setable/settable/ MFC after: 3 days
This commit is contained in:
parent
a5ed6a815e
commit
fc9f1d2c63
1 changed files with 1 additions and 1 deletions
|
|
@ -637,7 +637,7 @@ void uma_zone_set_smr(uma_zone_t zone, smr_t smr);
|
|||
smr_t uma_zone_get_smr(uma_zone_t zone);
|
||||
|
||||
/*
|
||||
* These flags are setable in the allocf and visible in the freef.
|
||||
* These flags are settable in the allocf and visible in the freef.
|
||||
*/
|
||||
#define UMA_SLAB_BOOT 0x01 /* Slab alloced from boot pages */
|
||||
#define UMA_SLAB_KERNEL 0x04 /* Slab alloced from kmem */
|
||||
|
|
|
|||
Loading…
Reference in a new issue