|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] Various: Fix typo `reseting'
commit 0d34bca5e6040f9874e6a69c45c7908239f024b9
Author: Ian Jackson <ian.jackson@xxxxxxxxxx>
AuthorDate: Wed Oct 3 18:56:39 2018 +0100
Commit: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
CommitDate: Mon Oct 8 15:20:18 2018 +0100
Various: Fix typo `reseting'
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxx>
Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx>
---
tools/misc/xenlockprof.c | 2 +-
tools/misc/xenperf.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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;
}
--
generated by git-patchbot for /home/xen/git/xen.git#master
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |