]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
blockdev-util: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 18 Apr 2024 04:08:09 +0000 (13:08 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 18 Apr 2024 04:08:14 +0000 (13:08 +0900)
Follow-up for 33ff155957327f51dde740a7a75f19122bff1ebc.

src/shared/blockdev-util.c

index 6ac9c72d3ee0c5a19a8f23c788a8330e29c25eba..8861cc07ba2715a4b55cf6b6e3b6b63b56b1baeb 100644 (file)
@@ -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;