x86: Fix typo in arch/x86/mm/kmmio.c
authorShaun Patterson <shaunpatterson@gmail.com>
Sat, 5 Dec 2009 15:41:34 +0000 (10:41 -0500)
committerIngo Molnar <mingo@elte.hu>
Sun, 6 Dec 2009 08:23:40 +0000 (09:23 +0100)
Signed-off-by: Shaun Patterson <shaunpatterson@gmail.com>
Cc: Jiri Kosina <jkosina@suse.cz>
Cc: pq@iki.fi
LKML-Reference: <1260027694.10074.170.camel@linux-4lgc.site>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/kmmio.c

index 16ccbd7..72f1572 100644 (file)
@@ -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)
 {