From 99187c5d4eaa93b78fac0fa63593b26a1ea07268 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:37:09 -0500 Subject: [PATCH] spelling: returns Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/services/normal/timeline/attribute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/services/normal/timeline/attribute.h b/src/fw/services/normal/timeline/attribute.h index ad9a12ae..fd31542f 100644 --- a/src/fw/services/normal/timeline/attribute.h +++ b/src/fw/services/normal/timeline/attribute.h @@ -300,7 +300,7 @@ Uint32List *attribute_get_uint32_list(const AttributeList *attr_list, AttributeI //! @param attr_list a pointer to the list of attributes to serialize //! @param buffer a pointer to the buffer to write to //! @param buf_end the end of buffer -//! @retuns the number of serialized bytes +//! @returns the number of serialized bytes size_t attribute_list_serialize(const AttributeList *attr_list, uint8_t *buffer, uint8_t *buf_end); //! Calculate the required size for a buffer to store a list of attributes