From: Yu Watanabe Date: Mon, 3 Jul 2023 05:37:07 +0000 (+0900) Subject: repart: fix comment X-Git-Tag: v254-rc1~35^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=264668a817e60318eac355f63f1b25d252b79785;p=thirdparty%2Fsystemd.git repart: fix comment --- diff --git a/src/partition/repart.c b/src/partition/repart.c index c7791178b47..a65a1aa962a 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -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;