diff mbox series

[v2,3/4] kexec: fix a spelling mistake in comment

Message ID 20210529110305.9446-4-thunder.leizhen@huawei.com
State New
Headers show
Series kernel: fix some spelling mistakes | expand

Commit Message

Zhen Lei May 29, 2021, 11:03 a.m. UTC
alloed ==> allowed

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>

Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>

---
 kernel/kexec_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.25.1
diff mbox series

Patch

diff --git a/kernel/kexec_core.c b/kernel/kexec_core.c
index 4b34a9aa32bc..21d44f7ae8a8 100644
--- a/kernel/kexec_core.c
+++ b/kernel/kexec_core.c
@@ -180,7 +180,7 @@  int sanity_check_segment_list(struct kimage *image)
 	}
 
 	/* Verify our destination addresses do not overlap.
-	 * If we alloed overlapping destination addresses
+	 * If we allowed overlapping destination addresses
 	 * through very weird things can happen with no
 	 * easy explanation as one segment stops on another.
 	 */