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

From: Zhan Xusheng

Date: Thu Mar 05 2026 - 09:18:01 EST


Correct the spelling of "succesul" to "successful" in comments.

Signed-off-by: Zhan Xusheng <zhanxusheng@xxxxxxxxxx>
---
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