summaryrefslogtreecommitdiff
path: root/ACE/ace/SString.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/SString.h')
-rw-r--r--ACE/ace/SString.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/SString.h b/ACE/ace/SString.h
index 498d1962d05..b52c732ef55 100644
--- a/ACE/ace/SString.h
+++ b/ACE/ace/SString.h
@@ -385,7 +385,7 @@ public:
protected:
/// Returns 1 if <d> is a delimiter, 0 otherwise. If <d> should be
- /// replaced with <r>, <replace> is set to 1, otherwise 0.
+ /// replaced with @a r, <replace> is set to 1, otherwise 0.
int is_delimiter (ACE_TCHAR d, int &replace, ACE_TCHAR &r);
/**