From: Yu Watanabe Date: Thu, 18 Apr 2024 04:08:09 +0000 (+0900) Subject: blockdev-util: fix typo X-Git-Tag: v256-rc1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=955d5012e0cf039200b115138dce3981ede756fd;p=thirdparty%2Fsystemd.git blockdev-util: fix typo Follow-up for 33ff155957327f51dde740a7a75f19122bff1ebc. --- diff --git a/src/shared/blockdev-util.c b/src/shared/blockdev-util.c index 6ac9c72d3ee..8861cc07ba2 100644 --- a/src/shared/blockdev-util.c +++ b/src/shared/blockdev-util.c @@ -394,7 +394,7 @@ int blockdev_partscan_enabled(int fd) { if (r < 0) return r; - if (ext_range <= 1) /* The valus should be always positive, but the kernel uses '%d' for the + if (ext_range <= 1) /* The value should be always positive, but the kernel uses '%d' for the * attribute. Let's gracefully handle zero or negative. */ return false;