]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 27 Jun 2025 19:32:27 +0000 (04:32 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 27 Jun 2025 19:32:45 +0000 (04:32 +0900)
Follow-up for e7b4b2968e0e3752cdde290c57fe208eab9f6265.

src/repart/repart.c

index ca211702bfc2ec702f9194d828371c201680d16f..2a9e90314ff57ce702eef0900f7807a7a3d52630 100644 (file)
@@ -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;