From 3bde9c1ab3ecfdeb209afa5d3e52f93e3043df71 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:49:44 -0500 Subject: [PATCH] spelling: wakeup Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/wakeup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/services/normal/wakeup.c b/src/fw/services/normal/wakeup.c index f3e302c6..de282a45 100644 --- a/src/fw/services/normal/wakeup.c +++ b/src/fw/services/normal/wakeup.c @@ -74,7 +74,7 @@ struct prv_missed_events_s { }; struct prv_check_app_and_wakeup_event_s { - time_t wakeup_timestamp; //!< Timestamp of the WakupEntry + time_t wakeup_timestamp; //!< Timestamp of the WakeupEntry int wakeup_count; //!< wakeup event count for app, negative for error (StatusCode) }; @@ -302,7 +302,7 @@ static void prv_update_events_callback(SettingsFile *old_file, SettingsFile *new } else { if (entry.notify_if_missed) { if (missed_events->missed_app_ids == NULL) { - // This is allocated here, but free'd in the wakup_ui.h module + // This is allocated here, but free'd in the wakeup_ui.h module missed_events->missed_app_ids = kernel_malloc(NUM_APPS_ALERT_ON_BOOT * sizeof(AppInstallId)); }