From 1b0fe8b9539f70ea8e214a3bf24b75be5ffbb9b0 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 25 May 2018 08:49:21 +0200 Subject: [PATCH] Fix typo in comment Change-Id: I6ccd63d7ba8e15f8079741348daffb78a455ffb9 Reviewed-by: Leena Miettinen --- src/corelib/global/qprocessordetection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/global/qprocessordetection.h b/src/corelib/global/qprocessordetection.h index 0b260d01e3..9a3dfd776d 100644 --- a/src/corelib/global/qprocessordetection.h +++ b/src/corelib/global/qprocessordetection.h @@ -57,7 +57,7 @@ optional and usually dependent on how the compiler was invoked. Variants that are a superset of another should have a define for the superset. - In addition to the procesor family, variants, and revisions, we also set + In addition to the processor family, variants, and revisions, we also set Q_BYTE_ORDER appropriately for the target processor. For bi-endian processors, we try to auto-detect the byte order using the __BIG_ENDIAN__, __LITTLE_ENDIAN__, or __BYTE_ORDER__ preprocessor macros.