summaryrefslogtreecommitdiff
path: root/TAO/tao/Leader_Follower.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-04-26 11:58:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-04-26 11:58:48 +0000
commit9916d799954a4df1d252faee26f14130afd4f27b (patch)
tree52cfbc98de736edb1ddf36feb9f6b700de6f4904 /TAO/tao/Leader_Follower.h
parent74a03299415f0965a17c534c17d37e78bced16fb (diff)
downloadATCD-9916d799954a4df1d252faee26f14130afd4f27b.tar.gz
Tue Apr 26 11:57:42 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Leader_Follower.h: * tao/Leader_Follower.inl: * tao/Wait_On_LF_No_Upcall.h: * tao/Wait_On_Leader_Follower.h: * tao/Wait_On_Reactor.h: * tao/Wait_On_Read.h: * tao/Wait_Strategy.h: Use explicit for single argument constructors, doxygen improvements
Diffstat (limited to 'TAO/tao/Leader_Follower.h')
-rw-r--r--TAO/tao/Leader_Follower.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Leader_Follower.h b/TAO/tao/Leader_Follower.h
index 178941b4b80..1cf90a9675a 100644
--- a/TAO/tao/Leader_Follower.h
+++ b/TAO/tao/Leader_Follower.h
@@ -117,7 +117,7 @@ public:
*/
int elect_new_leader (void);
- /** @name Follower creation/destructions
+ /** @name Follower creation/destruction
*
* The Leader/Followers set acts as a factory for the Follower
* objects. Followers are used to represent a thread blocked
@@ -205,7 +205,7 @@ private:
*
*/
//@{
- /// Remote a follower from the Followers set and promote it to the
+ /// Remove a follower from the Followers set and promote it to the
/// leader role.
/**
* This is a helper routine for elect_new_leader(), after verifying