diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-28 11:27:31 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-06-28 14:34:33 +0200 |
commit | 83a35e360433b58791bc9c4e288cace466d62e3a (patch) | |
tree | e5f75d05aecdcdcf00438e6a1f74dad7eebb5b11 /mm | |
parent | a15e41909ccf535e568ea311cf926a1924ad63d6 (diff) | |
download | linux-stable-83a35e360433b58791bc9c4e288cace466d62e3a.tar.gz linux-stable-83a35e360433b58791bc9c4e288cace466d62e3a.tar.bz2 linux-stable-83a35e360433b58791bc9c4e288cace466d62e3a.zip |
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 6725ff183374..93e6089cb456 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); |