[PATCH 5/5] fix comment typo in locate_hole
Olaf Hering
olaf at aepfle.de
Thu Dec 13 10:48:50 EST 2012
Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
kexec/kexec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kexec/kexec.c b/kexec/kexec.c
index 8928be0..22229d8 100644
--- a/kexec/kexec.c
+++ b/kexec/kexec.c
@@ -202,7 +202,7 @@ unsigned long locate_hole(struct kexec_info *info,
die("Invalid hole end argument of 0 specified to locate_hole");
}
- /* Set an intial invalid value for the hole base */
+ /* Set an initial invalid value for the hole base */
hole_base = ULONG_MAX;
/* Align everything to at least a page size boundary */
--
1.8.0.1
More information about the kexec
mailing list