1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

uma.h: Fix a typo in a source code comment

- s/setable/settable/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-10-15 14:09:21 +02:00
parent a5ed6a815e
commit fc9f1d2c63

View File

@ -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 */