diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sources/batterysrc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sources/batterysrc.h b/src/sources/batterysrc.h index bcd805f..d095e44 100644 --- a/src/sources/batterysrc.h +++ b/src/sources/batterysrc.h @@ -33,7 +33,7 @@ class TDEHardwareDevices; #endif /** - * BatterySrc fetches the state of charge of the battery from HAL + * BatterySrc fetches the state of charge of the battery * @author Ken Werner */ class BatterySrc : public LabelSource { @@ -64,7 +64,7 @@ private: ThreadedTrigger mTrigger; /** - * The hal udi of that battery source + * The udi of that battery source */ TQString mUDI; |