From aacf4a9ab637b37c5617d1826721e48b13dbeffc Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:47:31 -0500 Subject: [PATCH] spelling: suddenly Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/common/hrm/hrm_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/common/hrm/hrm_manager.c b/src/fw/services/common/hrm/hrm_manager.c index 8ef30dc5..3a9b1c8b 100644 --- a/src/fw/services/common/hrm/hrm_manager.c +++ b/src/fw/services/common/hrm/hrm_manager.c @@ -183,7 +183,7 @@ static void prv_handle_accel_data(void * data) { // be ignored. We ignore any reading where the BPM is below HRM_SENSOR_MIN_VALID_BPM_READING. // 3.) Once the quality is "Good", we have to ignore all other quality readings (except off-wrist) // because they don't mean anything in this version of the sensor FW. -// 4.) If we suddently go "off-wrist", wait for another "Good" or better. +// 4.) If we suddenly go "off-wrist", wait for another "Good" or better. // // So, for the first 0 to HRM_SENSOR_SPIN_UP_SEC seconds after turning the sensor on or first // contacting the wrist after being off-wrist, the readings can be unstable and this method will