summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorMatias Zabaljauregui2009-06-18 16:44:06 +0200
committerRusty Russell2009-07-17 14:17:44 +0200
commit5780888bcac316508eb5f4dd23bbea8b5057647c (patch)
tree59d8b6ad427e87ebb7b41f855d32b7a2126b1dc6 /arch/x86/include
parentMerge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... (diff)
downloadkernel-qcow2-linux-5780888bcac316508eb5f4dd23bbea8b5057647c.tar.gz
kernel-qcow2-linux-5780888bcac316508eb5f4dd23bbea8b5057647c.tar.xz
kernel-qcow2-linux-5780888bcac316508eb5f4dd23bbea8b5057647c.zip
lguest: fix journey
fix: "make Guest" was complaining about duplicated G:032 Signed-off-by: Matias Zabaljauregui <zabaljauregui@gmail.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/lguest_hcall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/lguest_hcall.h b/arch/x86/include/asm/lguest_hcall.h
index d31c4a684078..33600a66755f 100644
--- a/arch/x86/include/asm/lguest_hcall.h
+++ b/arch/x86/include/asm/lguest_hcall.h
@@ -30,7 +30,7 @@
#include <asm/hw_irq.h>
#include <asm/kvm_para.h>
-/*G:031 But first, how does our Guest contact the Host to ask for privileged
+/*G:030 But first, how does our Guest contact the Host to ask for privileged
* operations? There are two ways: the direct way is to make a "hypercall",
* to make requests of the Host Itself.
*