summaryrefslogtreecommitdiff
path: root/ACE/ace/Future.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Future.h')
-rw-r--r--ACE/ace/Future.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Future.h b/ACE/ace/Future.h
index 607ac6e8d75..8c4d15f133b 100644
--- a/ACE/ace/Future.h
+++ b/ACE/ace/Future.h
@@ -116,7 +116,7 @@ private:
int set (const T &r,
ACE_Future<T> &caller);
- /// Wait up to <tv> time to get the <value>. Note that <tv> must be
+ /// Wait up to @a tv time to get the @a value. Note that @a tv must be
/// specified in absolute time rather than relative time.
int get (T &value,
ACE_Time_Value *tv) const;