summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-02-14 11:06:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-02-14 11:11:29 +0900
commit7e8781c3ee9923336cdef39f1d731c3a5714820e (patch)
treeb6cb5c2c304c5e5455ac430cc883774628cb9cca
parent59f98faa65dbfecc075b5639c60a2e0254d1eb74 (diff)
downloadkima-7e8781c3.tar.gz
kima-7e8781c3.zip
Removed comments about HAL.r14.0.12
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 69a2f2f25e42e537000017524c2210924927952e)
-rw-r--r--README.md1
-rw-r--r--src/sources/batterysrc.h4
2 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7c8eb34..18b01a0 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,6 @@ supported fan sources:
misc sources:
- battery source that displays the state of charge of your batteries
- through libhal.
- uptime source that displays the current system uptime.
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;