summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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