summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/com/sun/star/uno/Sequence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/com/sun/star/uno/Sequence.h b/include/com/sun/star/uno/Sequence.h
index d86a4f6e5ca1..f5c9c384eeef 100644
--- a/include/com/sun/star/uno/Sequence.h
+++ b/include/com/sun/star/uno/Sequence.h
@@ -226,7 +226,7 @@ public:
*/
inline bool SAL_CALL operator == ( const Sequence & rSeq ) const;
- /** Unequality operator: Compares two sequences.
+ /** Inequality operator: Compares two sequences.
@param rSeq another sequence of same type (right side)
@return false if both sequences are equal, true otherwise