[PATCH] kernel:kexec - Fix for typo in comment in function sanity_check_segment_list().

Shailendra Verma shailendra.capricorn at gmail.com
Fri May 22 22:08:57 PDT 2015


Signed-off-by: Shailendra Verma <shailendra.capricorn at gmail.com>
---
 kernel/kexec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/kexec.c b/kernel/kexec.c
index 7a36fdc..50dffdb 100644
--- a/kernel/kexec.c
+++ b/kernel/kexec.c
@@ -189,7 +189,7 @@ static 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.
 	 */
-- 
1.7.9.5




More information about the kexec mailing list