From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [kvm-unit-test PATCH] tscdeadline-latency: fix typo Date: Sat, 13 Dec 2014 13:39:06 -0200 Message-ID: <20141213153905.GA5237@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: kvm-devel , Paolo Bonzini Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60914 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751175AbaLMPjV (ORCPT ); Sat, 13 Dec 2014 10:39:21 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBDFdLml012870 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Sat, 13 Dec 2014 10:39:21 -0500 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: Fix typo. Signed-off-by: Marcelo Tosatti diff --git a/x86/tscdeadline-latency.c b/x86/tscdeadline-latency.c index 28a7b52..9f255c0 100644 --- a/x86/tscdeadline-latency.c +++ b/x86/tscdeadline-latency.c @@ -3,9 +3,9 @@ * * In octave: * load latency - * min(list) - * max(list) - * mean(list) + * min(latency) + * max(latency) + * mean(latency) * hist(latency, 50) */