From: Chip Davis cdavis5x@gmail.com
--- dlls/ntdll/unix/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ntdll/unix/system.c b/dlls/ntdll/unix/system.c index 6e4eb14b0ef..7dd377b0f36 100644 --- a/dlls/ntdll/unix/system.c +++ b/dlls/ntdll/unix/system.c @@ -3542,7 +3542,7 @@ static NTSTATUS fill_battery_state( SYSTEM_BATTERY_STATE *bs ) if (prop) CFNumberGetValue( (CFNumberRef)prop, kCFNumberSInt32Type, &voltage ); else - /* kIOPSCurrentKey is optional and might not be populated. + /* kIOPSVoltageKey is optional and might not be populated. * Assume 11.4 V then, which is a common value for Apple laptops. */ voltage = 11400;