Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
Gbp-Pq: Name 0005-Various-Fix-typo-reseting.patch
{
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;
}