Suggested-by: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Sasha Levin <levinsasha928@xxxxxxxxx> --- tools/kvm/guest_compat.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/kvm/guest_compat.c b/tools/kvm/guest_compat.c index c5bacb8..fac53f5 100644 --- a/tools/kvm/guest_compat.c +++ b/tools/kvm/guest_compat.c @@ -91,7 +91,7 @@ int compat__print_all_messages(void) msg = list_first_entry(&messages, struct compat_message, list); - printf("\n\n*** Compatability Warning ***\n\n\t%s\n\n%s\n", + printf("\n\n*** Compatibility Warning ***\n\n\t%s\n\n%s\n", msg->title, msg->desc); list_del(&msg->list); -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html