From 89894ab4f1f40113e810838768288aed1db91aa1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:22:06 -0500 Subject: [PATCH] spelling: couldn't Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/applib_resource_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/applib_resource_private.h b/src/fw/applib/applib_resource_private.h index d60619e7..ced2ef1a 100644 --- a/src/fw/applib/applib_resource_private.h +++ b/src/fw/applib/applib_resource_private.h @@ -42,7 +42,7 @@ bool applib_resource_munmap_all(); //! or for a given resource if will try to allocate data and load it into RAM instead. //! Have a look at \ref resource_load_byte_range_system for the discussion of arguments //! @param used_aligned True, if you want this function to allocate 7 extra bytes if it cannot mmap -//! @return NULL, if the resource coudln't be memory-mapped or allocated +//! @return NULL, if the resource couldn't be memory-mapped or allocated void *applib_resource_mmap_or_load(ResAppNum app_num, uint32_t resource_id, size_t offset, size_t length, bool used_aligned);