]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/lguest/x86/core.c
Merge branch 'percpu-for-linus' into percpu-for-next
[karo-tx-linux.git] / drivers / lguest / x86 / core.c
index 96f7d88ec7f87a2fa4baeb6ba9dd48a80a1f9c37..6ae388849a3b1c60c7b7263041c6f46552c1a7fc 100644 (file)
@@ -187,7 +187,7 @@ static void run_guest_once(struct lg_cpu *cpu, struct lguest_pages *pages)
  * also simplify copy_in_guest_info().  Note that we'd still need to restore
  * things when we exit to Launcher userspace, but that's fairly easy.
  *
- * We could also try using this hooks for PGE, but that might be too expensive.
+ * We could also try using these hooks for PGE, but that might be too expensive.
  *
  * The hooks were designed for KVM, but we can also put them to good use.
 :*/