From 37edc6ab497f1f5e9c910454f9413f0da844dbee Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Sun, 25 Apr 2021 15:57:59 +0200 Subject: [PATCH] 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 --- src/corelib/global/qglobal.cpp | 4 ++-- 1 file 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