Blob Blame History Raw
From fd9a0ea54fa254f880039a64f0ae68da1a5af1ff Mon Sep 17 00:00:00 2001
From: Andrew Jones <drjones@redhat.com>
Date: Tue, 22 Sep 2015 18:29:08 +0200
Subject: [PATCH 20/26] trivial: comment fixup

dmidecode does now exist on non-PC architectures.
---
 virt-what.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/virt-what.in b/virt-what.in
index 697595c..2de040a 100644
--- a/virt-what.in
+++ b/virt-what.in
@@ -94,9 +94,9 @@ fi
 cpuid=$(virt-what-cpuid-helper)
 
 # Check for various products in the BIOS information.
-# Note that dmidecode doesn't exist on non-PC architectures.  On these,
-# this will return an error which is ignored (error message redirected
-# into $dmi variable).
+# Note that dmidecode doesn't exist on all architectures.  On the ones
+# it does not, then this will return an error, which is ignored (error
+# message redirected into the $dmi variable).
 
 dmi=$(LANG=C dmidecode 2>&1)
 
-- 
1.8.3.1