From b12a5acfbf4520e43e404275c8be393b03a0792e Mon Sep 17 00:00:00 2001 From: Liu Linsong Date: Thu, 15 Aug 2024 14:11:23 +0800 Subject: [PATCH] Fix a typo Change-Id: I90b5c57a2c96bc363e8a09d2ff4dcc0c25a5dc38 Reviewed-by: Thiago Macieira --- src/corelib/global/qtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/global/qtypes.h b/src/corelib/global/qtypes.h index d5dffe60477..8c5a6ff8220 100644 --- a/src/corelib/global/qtypes.h +++ b/src/corelib/global/qtypes.h @@ -200,7 +200,7 @@ typedef double qreal; #if defined(__cplusplus) /* - quintptr are qptrdiff is guaranteed to be the same size as a pointer, i.e. + quintptr and qptrdiff are guaranteed to be the same size as a pointer, i.e. sizeof(void *) == sizeof(quintptr) && sizeof(void *) == sizeof(qptrdiff)