diff mbox

[1/3] fix typo

Message ID d6849af547b2412612e1f29ed4372f364502ce17.1253520930.git.quintela@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Juan Quintela Sept. 21, 2009, 8:17 a.m. UTC
Signed-off-by: Juan Quintela <quintela@redhat.com>
---
 configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Bernhard Held Sept. 21, 2009, 8:21 a.m. UTC | #1
There are two more typos:

> +echo "  --disable-cap-device-assignment    disable KVM device assignemnt"
                                                                        ^
> +echo "  --enable-cap-device-assignment     enable KVM device assignemnt"
                                                                       ^

Bernhard

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/configure b/configure
index ee37ea1..080e3b6 100755
--- a/configure
+++ b/configure
@@ -709,8 +709,8 @@  echo "  --disable-kvm            disable KVM acceleration support"
 echo "  --enable-kvm             enable KVM acceleration support"
 echo "  --disable-cap-kvm-pit    disable KVM pit support"
 echo "  --enable-cap-kvm-pit     enable KVM pit support"
-echo "  --disable-cap-device-assigmment    disable KVM device assignemnt"
-echo "  --enable-cap-device-assigmment     enable KVM device assignemnt"
+echo "  --disable-cap-device-assignment    disable KVM device assignemnt"
+echo "  --enable-cap-device-assignment     enable KVM device assignemnt"
 echo "  --disable-nptl           disable usermode NPTL support"
 echo "  --enable-nptl            disable usermode NPTL support"
 echo "  --enable-system          enable all system emulation targets"