From 0bb71aea6280cc67959d437af06b69cbf29442e6 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 17 Nov 2025 23:37:19 +0900 Subject: [PATCH] NEWS: insert hyphen --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a903fa2b82..2289900a57 100644 --- a/NEWS +++ b/NEWS @@ -181,7 +181,7 @@ CHANGES WITH 259 in spe: in-memory partition objects loaded into the kernel and then recreates them as new objects. Instead they will use the BLKPG ioctl() to make minimal changes, and individually add, remove, or grow modified - partitions, avoiding removal/readding where the partitions were left + partitions, avoiding removal/re-adding where the partitions were left unmodified on disk. This should greatly improve behaviour on systems that make modifications to partition tables on disk while using them.