summaryrefslogtreecommitdiff
path: root/src/components/battery
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/battery')
-rw-r--r--src/components/battery/BatteryController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/battery/BatteryController.h b/src/components/battery/BatteryController.h
index 0f2c2a42..2329f162 100644
--- a/src/components/battery/BatteryController.h
+++ b/src/components/battery/BatteryController.h
@@ -7,7 +7,7 @@
namespace Pinetime {
namespace Controllers {
// A simple circular buffer that can be used to average
- // out sensor values
+ // out the sensor values
template <int N>
class CircBuffer {
public: