projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee6921f
)
trivial: fix typo "kernal" -> "kernel"
author
Uwe Kleine-Koenig
<Uwe.Kleine-Koenig@digi.com>
Mon, 12 Jan 2009 22:35:47 +0000
(23:35 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 30 Mar 2009 13:21:57 +0000
(15:21 +0200)
Signed-off-by: Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/proc/nommu.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/proc/nommu.c
b/fs/proc/nommu.c
index b446d7ad0b0da469f02521c451b98ec8cc1bed32..7e14d1a0400122700df380aeb0746cac9c5ff8a3 100644
(file)
--- 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 kern
a
ls have a single flat list
+ * - nommu kern
e
ls have a single flat list
*/
static int nommu_region_list_show(struct seq_file *m, void *_p)
{