Blame SOURCES/0020-trivial-comment-fixup.patch

f83e65
From fd9a0ea54fa254f880039a64f0ae68da1a5af1ff Mon Sep 17 00:00:00 2001
f83e65
From: Andrew Jones <drjones@redhat.com>
f83e65
Date: Tue, 22 Sep 2015 18:29:08 +0200
f83e65
Subject: [PATCH 20/26] trivial: comment fixup
f83e65
f83e65
dmidecode does now exist on non-PC architectures.
f83e65
---
f83e65
 virt-what.in | 6 +++---
f83e65
 1 file changed, 3 insertions(+), 3 deletions(-)
f83e65
f83e65
diff --git a/virt-what.in b/virt-what.in
f83e65
index 697595c..2de040a 100644
f83e65
--- a/virt-what.in
f83e65
+++ b/virt-what.in
f83e65
@@ -94,9 +94,9 @@ fi
f83e65
 cpuid=$(virt-what-cpuid-helper)
f83e65
 
f83e65
 # Check for various products in the BIOS information.
f83e65
-# Note that dmidecode doesn't exist on non-PC architectures.  On these,
f83e65
-# this will return an error which is ignored (error message redirected
f83e65
-# into $dmi variable).
f83e65
+# Note that dmidecode doesn't exist on all architectures.  On the ones
f83e65
+# it does not, then this will return an error, which is ignored (error
f83e65
+# message redirected into the $dmi variable).
f83e65
 
f83e65
 dmi=$(LANG=C dmidecode 2>&1)
f83e65
 
f83e65
-- 
f83e65
1.8.3.1
f83e65