From 00360efa35a4e557e672d23e7f79521848c2b89d Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Sat, 24 May 2025 21:10:34 +1000 Subject: [PATCH] tunables: fix spelling Three occurences with an 'e', and all of them mine. Maybe it's an British thing? Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf Reviewed-by: Alexander Motin Reviewed-by: Pavel Snajdr Signed-off-by: Rob Norris Closes #17377 --- module/os/linux/zfs/vdev_disk.c | 2 +- module/zfs/ddt.c | 2 +- module/zfs/dmu.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/os/linux/zfs/vdev_disk.c b/module/os/linux/zfs/vdev_disk.c index f7c21cc55..332125b93 100644 --- a/module/os/linux/zfs/vdev_disk.c +++ b/module/os/linux/zfs/vdev_disk.c @@ -614,7 +614,7 @@ static inline uint_t vdev_bio_max_segs(struct block_device *bdev) { /* - * Smallest of the device max segs and the tuneable max segs. Minimum + * Smallest of the device max segs and the tunable max segs. Minimum * 4, so there's room to finish split pages if they come up. */ const uint_t dev_max_segs = queue_max_segments(bdev_get_queue(bdev)); diff --git a/module/zfs/ddt.c b/module/zfs/ddt.c index 5ecfbc130..d7326972c 100644 --- a/module/zfs/ddt.c +++ b/module/zfs/ddt.c @@ -153,7 +153,7 @@ * storage object (ie ZAP) as normal. OpenZFS will try hard to flush enough to * keep up with the rate of change on dedup entries, but not so much that it * would impact overall throughput, and not using too much memory. See the - * zfs_dedup_log_* tuneables in zfs(4) for more details. + * zfs_dedup_log_* tunables in zfs(4) for more details. * * ## Repair IO * diff --git a/module/zfs/dmu.c b/module/zfs/dmu.c index f09b39628..9f2e2f695 100644 --- a/module/zfs/dmu.c +++ b/module/zfs/dmu.c @@ -2373,7 +2373,7 @@ dmu_write_policy(objset_t *os, dnode_t *dn, int level, int wp, zio_prop_t *zp) if (dmu_ddt_copies > 0) { /* - * If this tuneable is set, and this is a write for a + * If this tunable is set, and this is a write for a * dedup entry store (zap or log), then we treat it * something like ZFS_REDUNDANT_METADATA_MOST on a * regular dataset: this many copies, and one more for