From: Uwe Kleine-Koenig Date: Mon, 12 Jan 2009 22:35:47 +0000 (+0100) Subject: trivial: fix typo "kernal" -> "kernel" X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=973c32bebf0cadf3a17c50255ff17477fcffaec8;p=deliverable%2Flinux.git trivial: fix typo "kernal" -> "kernel" Signed-off-by: Uwe Kleine-Koenig Signed-off-by: Jiri Kosina --- diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c index b446d7ad0b0d..7e14d1a04001 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) {