Gitweb: http://git.kernel.org/linus/973c32bebf0cadf3a17c50255ff17477fcffaec8 Commit: 973c32bebf0cadf3a17c50255ff17477fcffaec8 Parent: ee6921f7d82c765011b1df146cbc1103720ab33b Author: Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com> AuthorDate: Mon Jan 12 23:35:47 2009 +0100 Committer: Jiri Kosina <jkosina@suse.cz> CommitDate: Mon Mar 30 15:21:57 2009 +0200 trivial: fix typo "kernal" -> "kernel" Signed-off-by: Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz> --- fs/proc/nommu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c index b446d7a..7e14d1a 100644 --- a/fs/proc/nommu.c +++ b/fs/proc/nommu.c @@ -76,7 +76,7 @@ static int nommu_region_show(struct seq_file *m, struct vm_region *region) /* * display a list of all the REGIONs the kernel knows about - * - nommu kernals have a single flat list + * - nommu kernels have a single flat list */ static int nommu_region_list_show(struct seq_file *m, void *_p) { -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
