Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
    * ACE/ace/Task_Ex_T.h:
  • Loading branch information
jwillemsen committed Jan 23, 2025
1 parent 930a8a7 commit 15c5c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACE/ace/Task_Ex_T.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class ACE_Task_Ex : public ACE_Task_Base,
/// Set next Task pointer.
void next (ACE_Task<ACE_SYNCH_USE, TIME_POLICY> *);

/// Alwasy return 0. @todo FIXME
/// Always return 0. @todo FIXME
ACE_Task<ACE_SYNCH_USE, TIME_POLICY> *sibling ();

/// Return the Task's Module if there is one, else returns 0.
Expand Down

0 comments on commit 15c5c5b

Please sign in to comment.