aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2010-11-23 05:58:27 -0500
committerSteven Rostedt <rostedt@goodmis.org>2010-11-23 12:03:40 -0500
commit097a2b3b31deb7bb1ce3df6827017787372c17cb (patch)
treee4495c6663cc7a4a75a2ad55c7646687ed1d62b9
parent8cadc3e20fe7da3d49a8e2e57d6564bf4fff3dc8 (diff)
kvm: Fix typo "UNKOWN"
Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r--plugin_kvm.c2
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)
236 break; 236 break;
237 if (strings[i].str) 237 if (strings[i].str)
238 return strings[i].str; 238 return strings[i].str;
239 return "UNKOWN"; 239 return "UNKNOWN";
240} 240}
241 241
242static int kvm_exit_handler(struct trace_seq *s, struct record *record, 242static int kvm_exit_handler(struct trace_seq *s, struct record *record,