From 90b14808f2572a7c0644bffbd459b555a3311423 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 28 Jun 2025 04:32:27 +0900 Subject: [PATCH] repart: fix typo Follow-up for e7b4b2968e0e3752cdde290c57fe208eab9f6265. --- src/repart/repart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repart/repart.c b/src/repart/repart.c index ca211702bfc..2a9e90314ff 100644 --- a/src/repart/repart.c +++ b/src/repart/repart.c @@ -1807,7 +1807,7 @@ static int config_parse_fs_sector_size( "Value not a power of 2: %s", rvalue); /* NB: we make no upper restriction here, since the maximum logical sector sizes file systems support - * vary greatly, and can be much larger than 4K. (That's also the reason we dont't use + * vary greatly, and can be much larger than 4K. (That's also the reason we don't use * parse_sector_size() here.) */ *fssecsz = parsed; -- 2.47.3