Commit ff81ff10 authored by Joe Perches's avatar Joe Perches Committed by Avi Kivity
Browse files

KVM: SVM: Fix typo in has_svm()

parent a26b73ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}