X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Flguest_hcall.h;h=f239e7069cabf3bfb9ea6bc92637c95fdec6bb04;hb=a6bd8e13034dd7d60b6f14217096efa192d0adc1;hp=758b9a5d4539e583dd29efced39701e7ae1b64d0;hpb=e18b094f0faa4889b06a112da17230a10b88c815;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-x86/lguest_hcall.h b/include/asm-x86/lguest_hcall.h index 758b9a5d453..f239e7069ca 100644 --- a/include/asm-x86/lguest_hcall.h +++ b/include/asm-x86/lguest_hcall.h @@ -27,7 +27,7 @@ #ifndef __ASSEMBLY__ #include -/*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. *