From: Ian Jackson Date: Wed, 3 Oct 2018 17:56:39 +0000 (+0100) Subject: Various: Fix typo `reseting' X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3168 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0d34bca5e6040f9874e6a69c45c7908239f024b9;p=xen.git Various: Fix typo `reseting' Signed-off-by: Ian Jackson Acked-by: Wei Liu --- 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; }