A comment misspells "usage"; fix that. Signed-off-by: Adam Buchbinder <adam.buchbinder@xxxxxxxxx> --- include/linux/kexec.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/kexec.h b/include/linux/kexec.h index 37c5f726..96f30bd 100644 --- a/include/linux/kexec.h +++ b/include/linux/kexec.h @@ -34,7 +34,7 @@ #ifndef __KERNEL__ /* * This structure is used to hold the arguments that are used when - * loading kernel binaries. + * loading kernel binaries. */ struct kexec_segment { const void *buf; @@ -45,7 +45,7 @@ struct kexec_segment { /* Load a new kernel image as described by the kexec_segment array * consisting of passed number of segments at the entry-point address. - * The flags allow different useage types. + * The flags allow different usage types. */ extern int kexec_load(void *, size_t, struct kexec_segment *, unsigned long int); -- 1.7.7.3 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html