diff --git a/cycle5/sjf.c b/cycle5/sjf.c index a719b94..3d9b3a7 100644 --- a/cycle5/sjf.c +++ b/cycle5/sjf.c @@ -51,7 +51,7 @@ void display(Process p[],int n){ } w = w/n; t=t/n; printf("Average waiting time = %f\n", w); - printf("Average waiting time = %f\n", t); + printf("Average turnaround time = %f\n", t); } int pRemain(Process p[],int n){