summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2021-04-25 15:57:59 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2021-04-25 20:57:56 +0200
commit37edc6ab497f1f5e9c910454f9413f0da844dbee (patch)
tree3497f16e0eea1693d8b38ca0f57189cfcce60468 /src/corelib/global
parent5fabad9a61d7fe7eadbd602723f39514932d7eaa (diff)
PRI* datatypes: fix typos in documentation
A c&p mistake manage to slip through in 5fabad9a61, amend it. Change-Id: I706a6643d0745f336afca7bda0d8b0359354a0d6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/global')
-rw-r--r--src/corelib/global/qglobal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp
index a0a8d8c395..fda0df7626 100644
--- a/src/corelib/global/qglobal.cpp
+++ b/src/corelib/global/qglobal.cpp
@@ -876,14 +876,14 @@ static_assert(sizeof(qint64) == 8, "Internal error, qint64 is misdefined");
\code
quintptr p = 123u;
- printf("The pointer value is 0x%" PRUXQUINTPTR "\n", p);
+ printf("The pointer value is 0x%" PRIXQUINTPTR "\n", p);
\endcode
\sa qptrdiff, quint32, quint64
*/
/*!
- \macro PRUoQUINTPTR
+ \macro PRIoQUINTPTR
\macro PRIuQUINTPTR
\macro PRIxQUINTPTR
\macro PRIXQUINTPTR