From 3237d40a97ee33de1fd869b633452282b547b6ab Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:51:47 -0500 Subject: [PATCH] spelling: earliest Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/blob_db/reminder_db.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/blob_db/reminder_db.h b/src/fw/services/normal/blob_db/reminder_db.h index 9457ed75..260e6fab 100644 --- a/src/fw/services/normal/blob_db/reminder_db.h +++ b/src/fw/services/normal/blob_db/reminder_db.h @@ -30,7 +30,7 @@ //! @return \ref S_SUCCESS if the function succeeds, error code otherwise status_t reminder_db_read_item(TimelineItem *item_out, TimelineItemId *id); -//! Get the header of the earliest earliest \ref TimelineItem in the reminderdb +//! Get the header of the earliest \ref TimelineItem in the reminderdb //! @param next_item_out pointer to a \ref TimelineItem (header only, no attributes or actions) //! which will be set to the earliest item in reminderdb //! @return \ref S_NO_MORE_ITEMS if there are no items in reminderdb, S_SUCCESS on success,