typo
This commit is contained in:
parent
572daed2ec
commit
1f8b179ef9
|
|
@ -221,7 +221,7 @@ printres(char *name)
|
|||
}
|
||||
/* do not print it the first time, doubling totalcputime */
|
||||
if (called)
|
||||
fprintf(cp_out, "%s time since last call seconds) = %lu.%03lu \n",
|
||||
fprintf(cp_out, "%s time since last call (seconds) = %lu.%03lu \n",
|
||||
cpu_elapsed, last_sec, last_msec);
|
||||
|
||||
last_sec = total_sec;
|
||||
|
|
|
|||
Loading…
Reference in New Issue