diff options
author | Adrian Knoth <adi@drcomp.erfurt.thur.de> | 2011-07-11 12:08:47 -0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2011-07-22 01:09:50 -0400 |
commit | 8d431f41603acff8a20cf5df99bc8958c91879c1 (patch) | |
tree | 069ad6517af4cd0670fd026ba566636dee8adcd3 /arch/x86/lguest | |
parent | 64be11583bac5ca65d017a5c4288f10b2bcf1928 (diff) |
lguest: Fix translation count about wikipedia's cpuid page
The comment is outdated, wikipedia now has six translations of the cpuid
page.
Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'arch/x86/lguest')
-rw-r--r-- | arch/x86/lguest/boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c index 5c4f240289b4..13ee258442ae 100644 --- a/arch/x86/lguest/boot.c +++ b/arch/x86/lguest/boot.c | |||
@@ -400,7 +400,7 @@ static void lguest_load_tr_desc(void) | |||
400 | * giant ball of hair. Its entry in the current Intel manual runs to 28 pages. | 400 | * giant ball of hair. Its entry in the current Intel manual runs to 28 pages. |
401 | * | 401 | * |
402 | * This instruction even it has its own Wikipedia entry. The Wikipedia entry | 402 | * This instruction even it has its own Wikipedia entry. The Wikipedia entry |
403 | * has been translated into 5 languages. I am not making this up! | 403 | * has been translated into 6 languages. I am not making this up! |
404 | * | 404 | * |
405 | * We could get funky here and identify ourselves as "GenuineLguest", but | 405 | * We could get funky here and identify ourselves as "GenuineLguest", but |
406 | * instead we just use the real "cpuid" instruction. Then I pretty much turned | 406 | * instead we just use the real "cpuid" instruction. Then I pretty much turned |