diff options
author | Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com> | 2009-01-12 17:35:47 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:21:57 -0400 |
commit | 973c32bebf0cadf3a17c50255ff17477fcffaec8 (patch) | |
tree | c07f910dbb72566059343700265a66bb285fd3ec /fs/proc/nommu.c | |
parent | ee6921f7d82c765011b1df146cbc1103720ab33b (diff) |
trivial: fix typo "kernal" -> "kernel"
Signed-off-by: Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/proc/nommu.c')
-rw-r--r-- | 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 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) | |||
76 | 76 | ||
77 | /* | 77 | /* |
78 | * display a list of all the REGIONs the kernel knows about | 78 | * display a list of all the REGIONs the kernel knows about |
79 | * - nommu kernals have a single flat list | 79 | * - nommu kernels have a single flat list |
80 | */ | 80 | */ |
81 | static int nommu_region_list_show(struct seq_file *m, void *_p) | 81 | static int nommu_region_list_show(struct seq_file *m, void *_p) |
82 | { | 82 | { |