diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-28 11:27:31 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:48:43 +0900 |
commit | c4b89263c2b8b555586cd126bddbba8e5c9f1f06 (patch) | |
tree | 73d7cf811fd6918be1a30539510000482a8d582c /mm | |
parent | 7a7d8ed372d017b434b39105c801003f447aa158 (diff) | |
download | linux-3.10-c4b89263c2b8b555586cd126bddbba8e5c9f1f06.tar.gz linux-3.10-c4b89263c2b8b555586cd126bddbba8e5c9f1f06.tar.bz2 linux-3.10-c4b89263c2b8b555586cd126bddbba8e5c9f1f06.zip |
upstream: treewide: relase -> release
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/mmu_notifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mmu_notifier.c b/mm/mmu_notifier.c index 6725ff18337..93e6089cb45 100644 --- a/mm/mmu_notifier.c +++ b/mm/mmu_notifier.c @@ -315,7 +315,7 @@ void mmu_notifier_unregister(struct mmu_notifier *mn, struct mm_struct *mm) /* * Wait for any running method to finish, of course including - * ->release if it was run by mmu_notifier_relase instead of us. + * ->release if it was run by mmu_notifier_release instead of us. */ synchronize_srcu(&srcu); |