Rename statsPrintSummary()

This commit is contained in:
Wilson Snyder
2024-03-30 13:19:47 -04:00
parent 9b396f7125
commit 1d486e3a59
4 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ private:
}
puts("// Print statistical summary report\n");
puts("contextp->printStatsSummary();\n");
puts("contextp->statsPrintSummary();\n");
puts("\n");
puts("return 0;\n");