[PATCH] liveupdate: luo_file: Fix spelling mistakes in comments

Zhan Xusheng posted 1 patch 1 month ago
kernel/liveupdate/luo_file.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] liveupdate: luo_file: Fix spelling mistakes in comments
Posted by Zhan Xusheng 1 month ago
Correct the spelling of "succesul" to "successful" in comments.

Signed-off-by: Zhan Xusheng <zhanxusheng@xiaomi.com>
---
 kernel/liveupdate/luo_file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/liveupdate/luo_file.c b/kernel/liveupdate/luo_file.c
index 5acee4174bf0..ef26276c243e 100644
--- a/kernel/liveupdate/luo_file.c
+++ b/kernel/liveupdate/luo_file.c
@@ -39,7 +39,7 @@
  *   - retrieve(): Reconstructs the file in the new kernel from the preserved
  *     handle.
  *   - finish(): Performs final check and cleanup in the new kernel. After
- *     succesul finish call, LUO gives up ownership to this file.
+ *     successful finish call, LUO gives up ownership to this file.
  *
  * File Preservation Lifecycle happy path:
  *
-- 
2.43.0