trivial: comment fixup
authorAndrew Jones <drjones@redhat.com>
Tue, 22 Sep 2015 16:29:08 +0000 (18:29 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 22 Sep 2015 17:17:58 +0000 (18:17 +0100)
dmidecode does now exist on non-PC architectures.

virt-what.in

index 697595c..2de040a 100644 (file)
@@ -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)