Fix a typo

Change-Id: I90b5c57a2c96bc363e8a09d2ff4dcc0c25a5dc38
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Liu Linsong 2024-08-15 14:11:23 +08:00
parent e8f468c88f
commit b12a5acfbf

View File

@ -200,7 +200,7 @@ typedef double qreal;
#if defined(__cplusplus) #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(quintptr)
&& sizeof(void *) == sizeof(qptrdiff) && sizeof(void *) == sizeof(qptrdiff)