From: Yu Watanabe Date: Fri, 24 Jan 2025 13:13:00 +0000 (+0900) Subject: sd-device: fix typo X-Git-Tag: v258-rc1~1495 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64307616854fd70f49d2918399496fa93f92f51c;p=thirdparty%2Fsystemd.git sd-device: fix typo Follow-up for 8d89667abaa8b569c2ac9e37752c404cebdfaaaa. --- diff --git a/src/libsystemd/sd-device/sd-device.c b/src/libsystemd/sd-device/sd-device.c index 63265df34ec..ec129facba1 100644 --- a/src/libsystemd/sd-device/sd-device.c +++ b/src/libsystemd/sd-device/sd-device.c @@ -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;