public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] include/linux: Fix spelling of "usage" in comment.
@ 2012-09-20  1:47 Adam Buchbinder
  2012-09-20  8:53 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Buchbinder @ 2012-09-20  1:47 UTC (permalink / raw)
  To: kernel-janitors

A comment misspells "usage"; fix that.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-20  8:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20  1:47 [PATCH] include/linux: Fix spelling of "usage" in comment Adam Buchbinder
2012-09-20  8:53 ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox