From c4b4244b2de6e7853c39c15ad5bb79b223383edc Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:51:53 -0500 Subject: [PATCH] spelling: find Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/common/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/common/clock.c b/src/fw/services/common/clock.c index 4241aafc..2feaade8 100644 --- a/src/fw/services/common/clock.c +++ b/src/fw/services/common/clock.c @@ -246,7 +246,7 @@ static TimezoneInfo prv_get_timezone_info_from_data(TimezoneCBData *tz_data) { return tz_info; } - // Else, we couldn't find find the specified timezone. + // Else, we couldn't find the specified timezone. #ifndef RECOVERY_FW TimezoneInfo tz_info = { .dst_id = 0,