From e0daf9ed02ba177d28e6bfeb37d3260b843bcbe1 Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:20:39 -0400 Subject: [PATCH] Fix comment that mentions uncommenting something that is not commented Reworded it a bit also. --- samples/thread/thread.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/thread/thread.cpp b/samples/thread/thread.cpp index 3db9681d52..4e93231449 100644 --- a/samples/thread/thread.cpp +++ b/samples/thread/thread.cpp @@ -304,8 +304,8 @@ bool MyApp::OnInit() if ( !wxApp::OnInit() ) return false; - // uncomment this to get some debugging messages from the trace code - // on the console (or just set WXTRACE env variable to include "thread") + // get any debugging messages from trace code onto the console + // (can also be done by setting the WXTRACE env variable to include "thread") wxLog::AddTraceMask("thread"); // Create the main frame window