diff --git a/src/fw/applib/graphics/framebuffer.c b/src/fw/applib/graphics/framebuffer.c index e83252a1..3939424c 100644 --- a/src/fw/applib/graphics/framebuffer.c +++ b/src/fw/applib/graphics/framebuffer.c @@ -16,7 +16,7 @@ //! @file framebuffer.c //! Bitdepth independant routines for framebuffer.h -//! Bitdepth depenedant routines can be found in the 1_bit & 8_bit folders in their +//! Bitdepth dependent routines can be found in the 1_bit & 8_bit folders in their //! respective framebuffer.c files. #include "applib/graphics/framebuffer.h" diff --git a/tools/applib_malloc.py b/tools/applib_malloc.py index f9e38e32..a1be6e47 100644 --- a/tools/applib_malloc.py +++ b/tools/applib_malloc.py @@ -36,7 +36,7 @@ class ApplibType(object): def get_total_3x_padding(self, all_types): """ Return the amount of padding to use for the 3x version of the struct including both the direct padding we add for this struct in particular as well as all padding needed - for all dependenant structs. + for all dependent structs. """ if self.total_3x_padding is not None: