Signed-off-by: Avi Kivity <a...@redhat.com>
---
 plugin_kvm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugin_kvm.c b/plugin_kvm.c
index c8e8b8c..659b27f 100644
--- a/plugin_kvm.c
+++ b/plugin_kvm.c
@@ -236,7 +236,7 @@ static const char *find_exit_reason(unsigned isa, int val)
                        break;
        if (strings[i].str)
                return strings[i].str;
-       return "UNKOWN";
+       return "UNKNOWN";
 }
 
 static int kvm_exit_handler(struct trace_seq *s, struct record *record,
-- 
1.7.1

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

Reply via email to