summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/ustring.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/rtl/ustring.hxx')
-rw-r--r--sal/inc/rtl/ustring.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/rtl/ustring.hxx b/sal/inc/rtl/ustring.hxx
index f55fb7d6fdaf..27eb86561ee3 100644
--- a/sal/inc/rtl/ustring.hxx
+++ b/sal/inc/rtl/ustring.hxx
@@ -173,7 +173,7 @@ public:
assumed to be only UTF-8/ASCII, so this constructor allows an efficient
and convenient way to create OUString instances from literals.
- @param value the 8-bit string literal
+ @param literal the 8-bit string literal
@exception std::bad_alloc is thrown if an out-of-memory condition occurs
*/