diff --git a/src/drivers/uefi/lv_uefi_context.c b/src/drivers/uefi/lv_uefi_context.c index 7a8c52c1e6..03d89cef19 100644 --- a/src/drivers/uefi/lv_uefi_context.c +++ b/src/drivers/uefi/lv_uefi_context.c @@ -43,7 +43,7 @@ **********************/ /** - * @brief Initialize the UEFI chache variables. + * @brief Initialize the UEFI cache variables. * @param image_handle The handle of the current image * @param system_table Pointer to the system table * @remark This has to be called before lv_init(). diff --git a/src/drivers/uefi/lv_uefi_context.h b/src/drivers/uefi/lv_uefi_context.h index b850dd97c8..392d339b20 100644 --- a/src/drivers/uefi/lv_uefi_context.h +++ b/src/drivers/uefi/lv_uefi_context.h @@ -33,7 +33,7 @@ extern "C" { **********************/ /** - * @brief Initialize the UEFI chache variables. + * @brief Initialize the UEFI cache variables. * @param image_handle The handle of the current image * @param system_table Pointer to the system table * @remark This has to be called before lv_init().