Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
{
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;
}
{
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;
}