public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/10] Fix misspelling of "should" in string.
@ 2009-12-11 21:35 Adam Buchbinder
  2009-12-18 14:03 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Buchbinder @ 2009-12-11 21:35 UTC (permalink / raw)
  To: kernel-janitors

A string message misspells "should"; this fixes it. No change in functionality.

Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
---
 fs/ext4/move_extent.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/ext4/move_extent.c b/fs/ext4/move_extent.c
index 25b6b14..6d26d89 100644
--- a/fs/ext4/move_extent.c
+++ b/fs/ext4/move_extent.c
@@ -1088,7 +1088,7 @@ mext_check_arguments(struct inode *orig_inode,
 	}
 
 	if (!*len) {
-		ext4_debug("ext4 move extent: len shoudld not be 0 "
+		ext4_debug("ext4 move extent: len should not be 0 "
 			"[ino:orig %lu, donor %lu]\n", orig_inode->i_ino,
 			donor_inode->i_ino);
 		return -EINVAL;
-- 
1.6.3.3


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

end of thread, other threads:[~2009-12-18 14:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-11 21:35 [PATCH 01/10] Fix misspelling of "should" in string Adam Buchbinder
2009-12-18 14:03 ` Jiri Kosina

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