chore(uefi): fix typos (#8094)

Signed-off-by: Damien Chen <inkfan130924783@gmail.com>
This commit is contained in:
Damien
2025-04-14 19:33:50 +08:00
committed by GitHub
parent 100e21f17d
commit dce4a078d0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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().
+1 -1
View File
@@ -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().