]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-device: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 24 Jan 2025 13:13:00 +0000 (22:13 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 24 Jan 2025 13:13:03 +0000 (22:13 +0900)
Follow-up for 8d89667abaa8b569c2ac9e37752c404cebdfaaaa.

src/libsystemd/sd-device/sd-device.c

index 63265df34ec41d31d0a22b95184642a0dee19f08..ec129facba1b393d5e898b7a6a3f8360885f2a08 100644 (file)
@@ -2452,7 +2452,7 @@ _public_ int sd_device_get_sysattr_value(sd_device *device, const char *sysattr,
         if (r < 0)
                 goto cache_result;
 
-        /* Look for cacheed result again with the resolved path. */
+        /* Look for cached result again with the resolved path. */
         r = device_get_cached_sysattr_value(device, resolved, ret_value);
         if (r != -ENOANO)
                 return r;