summaryrefslogtreecommitdiffstats
path: root/dom/plugins/base/nptypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/plugins/base/nptypes.h')
-rw-r--r--dom/plugins/base/nptypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/plugins/base/nptypes.h b/dom/plugins/base/nptypes.h
index 12a5fb78e..a0762abe8 100644
--- a/dom/plugins/base/nptypes.h
+++ b/dom/plugins/base/nptypes.h
@@ -24,7 +24,7 @@
typedef unsigned long long uint64_t;
#elif defined(_AIX) || defined(__sun) || defined(__osf__) || defined(IRIX) || defined(HPUX)
/*
- * AIX and SunOS ship a inttypes.h header that defines [u]int32_t,
+ * AIX ships an inttypes.h header that defines [u]int32_t,
* but not bool for C.
*/
#include <inttypes.h>