summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2022-06-21 11:59:06 +0200
committerBenjamin Berg <bberg@redhat.com>2022-06-21 11:59:06 +0200
commit0b462e41d19b47ea36e9a0827441a8b3f534feec (patch)
tree26c061526427830b2a1489247a0368e565f87987
parent7e73f5a24647c9664552d48ccf68599adb427d73 (diff)
downloadupower-0b462e41d19b47ea36e9a0827441a8b3f534feec.tar.gz
supply-battery: Fixup comment
-rw-r--r--src/linux/up-device-supply-battery.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/linux/up-device-supply-battery.c b/src/linux/up-device-supply-battery.c
index afd59ff..bef5857 100644
--- a/src/linux/up-device-supply-battery.c
+++ b/src/linux/up-device-supply-battery.c
@@ -176,9 +176,7 @@ up_device_supply_battery_refresh (UpDevice *device,
up_device_battery_update_info (battery, &info);
/*
- * Load runtime information.
- * NOTE: If we assume that a udev event is guaranteed to happen, then
- * we can restrict this to updates other than UP_REFRESH_POLL.
+ * Load dynamic information.
*/
values.units = info.units;