From 13de07fe70f722e489e0e75c582fd4b45997923e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:57:32 -0500 Subject: [PATCH] spelling: or Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/debug/power_tracking.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/debug/power_tracking.h b/src/fw/debug/power_tracking.h index 947886bd..1c4d8cd0 100644 --- a/src/fw/debug/power_tracking.h +++ b/src/fw/debug/power_tracking.h @@ -24,7 +24,7 @@ /** Power Profiling * =============== * There are two main types of power consumers on the Pebble Smartwatch: - * - Discrete systems (one more more independent power states). + * - Discrete systems (one or more independent power states). * - Continuous systems (a continuum of power draw eg. the PWM-ed backlight). * * The discrete systems will have their power profiled in a time-binned manner