]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: fix comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 3 Jul 2023 05:37:07 +0000 (14:37 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 3 Jul 2023 16:18:44 +0000 (01:18 +0900)
src/partition/repart.c

index c7791178b47ea1674b4467ea68e4b2372d282c46..a65a1aa962aaafbed829eb43a935491ebb4c90a6 100644 (file)
@@ -2108,7 +2108,7 @@ static int context_load_partition_table(Context *context) {
                         return log_error_errno(errno, "Failed to stat block device '%s': %m", context->node);
 
                 if (S_ISREG(st.st_mode) && st.st_size == 0) {
-                        /* User the fallback values if we have no better idea */
+                        /* Use the fallback values if we have no better idea */
                         context->sector_size = arg_sector_size ?: 512;
                         context->grain_size = 4096;
                         return /* from_scratch = */ true;