summaryrefslogtreecommitdiffstats
path: root/qtools/qglobal.cpp
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-11-12 04:26:36 (GMT)
committerJosh Soref <jsoref@users.noreply.github.com>2019-11-12 04:26:36 (GMT)
commit7eac72cdaa0979f45110216fd3db22f6a8a535d1 (patch)
tree41694e19f87ed706a5761354144786f4eabf024c /qtools/qglobal.cpp
parentd4eb40dfa97855a93c463ad0d8d7feb706d062e9 (diff)
downloadDoxygen-7eac72cdaa0979f45110216fd3db22f6a8a535d1.zip
Doxygen-7eac72cdaa0979f45110216fd3db22f6a8a535d1.tar.gz
Doxygen-7eac72cdaa0979f45110216fd3db22f6a8a535d1.tar.bz2
spelling: endianess
Diffstat (limited to 'qtools/qglobal.cpp')
-rw-r--r--qtools/qglobal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qglobal.cpp b/qtools/qglobal.cpp
index 50f5202..444cb3b 100644
--- a/qtools/qglobal.cpp
+++ b/qtools/qglobal.cpp
@@ -73,7 +73,7 @@ static bool si_bigEndian;
or to FALSE if this is a little-endian machine.
This function calls qFatal() with a message if the computer is truly weird
- (i.e. different endianness for 16 bit and 32 bit integers).
+ (i.e. different endianess for 16 bit and 32 bit integers).
*/
bool qSysInfo( int *wordSize, bool *bigEndian )