From: Shaun Patterson Date: Sat, 5 Dec 2009 15:41:34 +0000 (-0500) Subject: x86: Fix typo in arch/x86/mm/kmmio.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8055039c2a2454c7159dcbde3161943b757a6e0e;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git x86: Fix typo in arch/x86/mm/kmmio.c Signed-off-by: Shaun Patterson Cc: Jiri Kosina Cc: pq@iki.fi LKML-Reference: <1260027694.10074.170.camel@linux-4lgc.site> Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/mm/kmmio.c b/arch/x86/mm/kmmio.c index 16ccbd77917f..72f157247ab1 100644 --- a/arch/x86/mm/kmmio.c +++ b/arch/x86/mm/kmmio.c @@ -490,7 +490,7 @@ static void remove_kmmio_fault_pages(struct rcu_head *head) * 2. remove_kmmio_fault_pages() * Remove the pages from kmmio_page_table. * 3. rcu_free_kmmio_fault_pages() - * Actally free the kmmio_fault_page structs as with RCU. + * Actually free the kmmio_fault_page structs as with RCU. */ void unregister_kmmio_probe(struct kmmio_probe *p) {