summaryrefslogtreecommitdiff
path: root/include/onlineupdate
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-07-14 13:51:51 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-14 19:17:45 +0200
commita5a012290aa7250892bd254c8dd5036679350c8f (patch)
tree7792d489421c54072210e277dfd274029ae81d5d /include/onlineupdate
parenta6afd69364f43f5971140e7fc4289c7cd3eb02bc (diff)
Fix typo
Change-Id: I713c297d452ba0727488182d461eb95e41b55d2e Reviewed-on: https://gerrit.libreoffice.org/75580 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/onlineupdate')
-rw-r--r--include/onlineupdate/mozilla/TypeTraits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/onlineupdate/mozilla/TypeTraits.h b/include/onlineupdate/mozilla/TypeTraits.h
index 16ef7ddb0cda..7ca9d3315837 100644
--- a/include/onlineupdate/mozilla/TypeTraits.h
+++ b/include/onlineupdate/mozilla/TypeTraits.h
@@ -974,7 +974,7 @@ struct MakeUnsigned<T, CVRemoved, false>
* If T is already an unsigned integer type (not including char!), then T is
* produced.
*
- * Otherwise, if T is an signed integer type, the unsigned variety of T, with
+ * Otherwise, if T is a signed integer type, the unsigned variety of T, with
* T's const/volatile qualifiers, is produced.
*
* Otherwise, the unsigned integral type of the same size as T, with the lowest