From 84922406f714bb830dcb20c5eba53a5f5624dcff Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 29 Mar 2019 11:04:48 -0600 Subject: [PATCH] graphics/NxWidgets/nxwm/src/ctaskbar.cxx: Correct a typo in a comment. --- graphics/NxWidgets/nxwm/src/ctaskbar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/NxWidgets/nxwm/src/ctaskbar.cxx b/graphics/NxWidgets/nxwm/src/ctaskbar.cxx index 087a54c46..6286edcb1 100644 --- a/graphics/NxWidgets/nxwm/src/ctaskbar.cxx +++ b/graphics/NxWidgets/nxwm/src/ctaskbar.cxx @@ -56,7 +56,7 @@ ********************************************************************************************/ /******************************************************************************************** - * CNxTerm Method Implementations + * CTaskbar Method Implementations ********************************************************************************************/ using namespace NxWM;