From: Yu Watanabe Date: Fri, 27 Jun 2025 19:32:27 +0000 (+0900) Subject: repart: fix typo X-Git-Tag: v258-rc1~224 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90b14808f2572a7c0644bffbd459b555a3311423;p=thirdparty%2Fsystemd.git repart: fix typo Follow-up for e7b4b2968e0e3752cdde290c57fe208eab9f6265. --- 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;