From 15c5c5b5f9ad103e73537606f5c41dcb457cabd2 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 23 Jan 2025 13:19:32 +0100 Subject: [PATCH] Fixed typo * ACE/ace/Task_Ex_T.h: --- ACE/ace/Task_Ex_T.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACE/ace/Task_Ex_T.h b/ACE/ace/Task_Ex_T.h index 744bbff9122da..69af1d0843389 100644 --- a/ACE/ace/Task_Ex_T.h +++ b/ACE/ace/Task_Ex_T.h @@ -136,7 +136,7 @@ class ACE_Task_Ex : public ACE_Task_Base, /// Set next Task pointer. void next (ACE_Task *); - /// Alwasy return 0. @todo FIXME + /// Always return 0. @todo FIXME ACE_Task *sibling (); /// Return the Task's Module if there is one, else returns 0.