From: Andrew Jones Date: Tue, 22 Sep 2015 16:29:08 +0000 (+0200) Subject: trivial: comment fixup X-Git-Tag: v1.16~20 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=1b0df165bad0cebbff2c1a5b234672a647ea75eb;hp=163024ab11d1ff722c40c517be2279469614bc37;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)