aboutsummaryrefslogtreecommitdiffstats
path: root/tools/kvm
diff options
context:
space:
mode:
authorStefan Raspl <raspl@linux.vnet.ibm.com>2017-06-07 21:08:25 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2017-06-08 18:13:16 +0200
commit773bffeeb2f1fca7739516d0a5a814dd14a5cc83 (patch)
tree0b5f3b61daf1906bbf50944bbbbb7887c7fa2376 /tools/kvm
parentKVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exit (diff)
downloadlinux-dev-773bffeeb2f1fca7739516d0a5a814dd14a5cc83.tar.xz
linux-dev-773bffeeb2f1fca7739516d0a5a814dd14a5cc83.zip
tools/kvm_stat: fix typo
Signed-off-by: Stefan Raspl <raspl@linux.vnet.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/kvm')
-rwxr-xr-xtools/kvm/kvm_stat/kvm_stat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kvm/kvm_stat/kvm_stat b/tools/kvm/kvm_stat/kvm_stat
index 8f74ed8e7237..904eb6214602 100755
--- a/tools/kvm/kvm_stat/kvm_stat
+++ b/tools/kvm/kvm_stat/kvm_stat
@@ -929,7 +929,7 @@ class Tui(object):
return self
def __exit__(self, *exception):
- """Resets the terminal to its normal state. Based on curses.wrappre
+ """Resets the terminal to its normal state. Based on curses.wrapper
implementation from the Python standard library."""
if self.screen:
self.screen.keypad(0)