summaryrefslogtreecommitdiff
path: root/tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h')
-rw-r--r--tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h b/tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h
index d9b2472e507..f4381bad0bd 100644
--- a/tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h
+++ b/tao/CSD_ThreadPool/CSD_TP_Cancel_Visitor.h
@@ -37,12 +37,12 @@ namespace TAO
* @brief Used to extract/cancel request(s) from the queue.
*
* This visitor is used to cancel certain requests in the queue
- * as they are visited.
+ * as they are visited.
*
* Note that this is currently implemented to cancel *all*
* requests in the queue, or requests that are targeted for a specific
- * servant. This could be extended in the future to perhaps
- * cancel all requests that have the same operation name, or something
+ * servant. This could be extended in the future to perhaps
+ * cancel all requests that have the same operation name, or something
* else.
*
*/