mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 20:57:01 +08:00
chore(uefi): fix typos (#8094)
Signed-off-by: Damien Chen <inkfan130924783@gmail.com>
This commit is contained in:
@@ -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 image_handle The handle of the current image
|
||||||
* @param system_table Pointer to the system table
|
* @param system_table Pointer to the system table
|
||||||
* @remark This has to be called before lv_init().
|
* @remark This has to be called before lv_init().
|
||||||
|
|||||||
@@ -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 image_handle The handle of the current image
|
||||||
* @param system_table Pointer to the system table
|
* @param system_table Pointer to the system table
|
||||||
* @remark This has to be called before lv_init().
|
* @remark This has to be called before lv_init().
|
||||||
|
|||||||
Reference in New Issue
Block a user