summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index a5a5dea7d0af..acdb3374b6ff 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -49,7 +49,7 @@ struct myLtError
~myLtError() { if (p) lt_error_unref( p); }
};
-// "statics" to be returned as const reference to an empty locale and string.
+// "static" to be returned as const reference to an empty locale.
struct theEmptyLocale : public rtl::Static< lang::Locale, theEmptyLocale > {};
}