git: fc9f1d2c6391 - main - uma.h: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Oct 2023 12:09:56 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=fc9f1d2c6391b1a4b133aab56ace625b72c9ea85 commit fc9f1d2c6391b1a4b133aab56ace625b72c9ea85 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-10-15 12:09:21 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-10-15 12:09:21 +0000 uma.h: Fix a typo in a source code comment - s/setable/settable/ MFC after: 3 days --- sys/vm/uma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vm/uma.h b/sys/vm/uma.h index 31f8dba33081..76f30efc94d1 100644 --- a/sys/vm/uma.h +++ b/sys/vm/uma.h @@ -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 */