From: Ian Jackson Date: Wed, 3 Oct 2018 17:56:39 +0000 (+0100) Subject: Various: Fix typo `reseting' X-Git-Tag: archive/raspbian/4.11.4+37-g3263f257ca-1+rpi1^2~45 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c6b46e20a43aedbbe103a9515de0ec1734aa63f5;p=xen.git Various: Fix typo `reseting' Signed-off-by: Ian Jackson Gbp-Pq: Name 0005-Various-Fix-typo-reseting.patch --- diff --git a/tools/misc/xenlockprof.c b/tools/misc/xenlockprof.c index df23c82912..11f43a35e3 100644 --- a/tools/misc/xenlockprof.c +++ b/tools/misc/xenlockprof.c @@ -46,7 +46,7 @@ int main(int argc, char *argv[]) { if ( xc_lockprof_reset(xc_handle) != 0 ) { - fprintf(stderr, "Error reseting profile data: %d (%s)\n", + fprintf(stderr, "Error resetting profile data: %d (%s)\n", errno, strerror(errno)); return 1; } diff --git a/tools/misc/xenperf.c b/tools/misc/xenperf.c index 07e584a5eb..a5fbdaa45f 100644 --- a/tools/misc/xenperf.c +++ b/tools/misc/xenperf.c @@ -123,7 +123,7 @@ int main(int argc, char *argv[]) { if ( xc_perfc_reset(xc_handle) != 0 ) { - fprintf(stderr, "Error reseting performance counters: %d (%s)\n", + fprintf(stderr, "Error resetting performance counters: %d (%s)\n", errno, strerror(errno)); return 1; }