summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ace/SString.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/SString.h b/ACE/ace/SString.h
index d1c8bb0a224..a7525d3a1c2 100644
--- a/ACE/ace/SString.h
+++ b/ACE/ace/SString.h
@@ -156,11 +156,11 @@ public:
/// Default destructor.
~ACE_SString (void);
- /// Return the <slot'th> character in the string (doesn't perform
+ /// Return the slot'th character in the string (doesn't perform
/// bounds checking).
char operator [] (size_type slot) const;
- /// Return the <slot'th> character by reference in the string
+ /// Return the slot'th character by reference in the string
/// (doesn't perform bounds checking).
char &operator [] (size_type slot);