KVM: SVM: Fix typo in has_svm()

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
Joe Perches 2009-01-08 11:05:17 -08:00 committed by Avi Kivity
parent a26b73ad5e
commit ff81ff10b4

View file

@ -250,7 +250,7 @@ static int has_svm(void)
const char *msg;
if (!cpu_has_svm(&msg)) {
printk(KERN_INFO "has_svn: %s\n", msg);
printk(KERN_INFO "has_svm: %s\n", msg);
return 0;
}