From: Andrew Jones Date: Tue, 22 Sep 2015 16:29:08 +0000 (+0200) Subject: trivial: comment fixup X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=fd9a0ea54fa254f880039a64f0ae68da1a5af1ff;p=virt-what.git trivial: comment fixup dmidecode does now exist on non-PC architectures. --- 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)