Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2023 05:57:48 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6c4855c18eed - stable/13 - uma.h: Fix a typo in a source code comment
Message-ID:  <202310180557.39I5vmD9027243@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=6c4855c18eed77d2482bbe9cc32498bd3ad6fbe2

commit 6c4855c18eed77d2482bbe9cc32498bd3ad6fbe2
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-10-15 12:09:21 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-10-18 05:57:39 +0000

    uma.h: Fix a typo in a source code comment
    
    - s/setable/settable/
    
    (cherry picked from commit fc9f1d2c6391b1a4b133aab56ace625b72c9ea85)
---
 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 794bde878197..954d64c4d63b 100644
--- a/sys/vm/uma.h
+++ b/sys/vm/uma.h
@@ -636,7 +636,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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310180557.39I5vmD9027243>