From 7a439e5f7e7fae23d1965d145a33b3112e486da2 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Wed, 17 Mar 2021 22:30:48 -0500 Subject: [PATCH] Update Debugger-CPULogView.cpp Change wording --- Source/Project64/UserInterface/Debugger/Debugger-CPULogView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64/UserInterface/Debugger/Debugger-CPULogView.cpp b/Source/Project64/UserInterface/Debugger/Debugger-CPULogView.cpp index ff4f9ac4f..c7766267b 100644 --- a/Source/Project64/UserInterface/Debugger/Debugger-CPULogView.cpp +++ b/Source/Project64/UserInterface/Debugger/Debugger-CPULogView.cpp @@ -412,7 +412,7 @@ void CDebugCPULogView::Export(void) } } -// util +// Utility int CDebugCPULogView::GetNumVisibleRows(CListViewCtrl& list) {