summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/lguest_hcall.h
diff options
context:
space:
mode:
authorRusty Russell2008-03-28 17:05:53 +0100
committerRusty Russell2008-03-28 01:05:54 +0100
commita6bd8e13034dd7d60b6f14217096efa192d0adc1 (patch)
tree23890908b06eb8357e6ce633d35df1216f5e4213 /include/asm-x86/lguest_hcall.h
parentlguest: Don't need comment terminator before disk section. (diff)
downloadkernel-qcow2-linux-a6bd8e13034dd7d60b6f14217096efa192d0adc1.tar.gz
kernel-qcow2-linux-a6bd8e13034dd7d60b6f14217096efa192d0adc1.tar.xz
kernel-qcow2-linux-a6bd8e13034dd7d60b6f14217096efa192d0adc1.zip
lguest: comment documentation update.
Took some cycles to re-read the Lguest Journey end-to-end, fix some rot and tighten some phrases. Only comments change. No new jokes, but a couple of recycled old jokes. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'include/asm-x86/lguest_hcall.h')
-rw-r--r--include/asm-x86/lguest_hcall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/lguest_hcall.h b/include/asm-x86/lguest_hcall.h
index 758b9a5d4539..f239e7069cab 100644
--- a/include/asm-x86/lguest_hcall.h
+++ b/include/asm-x86/lguest_hcall.h
@@ -27,7 +27,7 @@
#ifndef __ASSEMBLY__
#include <asm/hw_irq.h>
-/*G:031 First, how does our Guest contact the Host to ask for privileged
+/*G:031 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.
*