From: Richard W.M. Jones <rjones@redhat.com>
Date: Thu, 12 Dec 2013 08:47:37 +0000 (+0000)
Subject: Fix various typos and mistakes in comments.
X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=9ec027c994e0f083c4ee1f23c2e8d669f3bf014b;p=virt-what.git

Fix various typos and mistakes in comments.

(Thanks Robert P. J. Day)

(cherry picked from commit 9709c8f01ec3e2f78bcaa07045343de249d7618d)
---

diff --git a/virt-what.in b/virt-what.in
index 4b6d3b8..fb399be 100644
--- a/virt-what.in
+++ b/virt-what.in
@@ -18,13 +18,13 @@
 
 # 'virt-what' tries to detect the type of virtualization being
 # used (or none at all if we're running on bare-metal).  It prints
-# out one of more lines each being a 'fact' about the virtualization.
+# out one or more lines each being a 'fact' about the virtualization.
 #
 # Please see also the manual page virt-what(1).
 # This script should be run as root.
 #
 # The following resources were useful in writing this script:
-# . http://www.dmo.ca/blog/20080530151107
+# . http://dmo.ca/blog/detecting-virtualization-on-linux/
 
 # Do not allow unset variables, and set defaults.
 set -u
@@ -67,7 +67,7 @@ while true; do
 done
 
 # Add /sbin and /usr/sbin to the path so we can find system
-# binaries like dmicode.
+# binaries like dmidecode.
 # Add /usr/libexec to the path so we can find the helper binary.
 prefix=@prefix@
 exec_prefix=@exec_prefix@