]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
Various: Fix typo `reseting'
authorIan Jackson <ian.jackson@citrix.com>
Wed, 3 Oct 2018 17:56:39 +0000 (18:56 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 8 Oct 2018 14:20:18 +0000 (15:20 +0100)
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/misc/xenlockprof.c
tools/misc/xenperf.c

index df23c82912e687990f2b44d697a8baa845fba087..11f43a35e3c084b45500b94eff67c0770044deb9 100644 (file)
@@ -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;
         }
index 07e584a5eb980de029455663611890e1a388746f..a5fbdaa45fe47728a2a3a1dbb1363874b56b9b9d 100644 (file)
@@ -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;
         }