no changes, just a typo in comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-10-28 16:39:45 +00:00
parent e71e5b3726
commit ea960ae8af

View File

@ -969,7 +969,7 @@ inline void *wxUIntToPtr(wxUIntPtr p)
#define wxULongLong_t unsigned wxLongLong_t
#endif
/* these macros allow to definea 64 bit constants in a portable way */
/* these macros allow to define 64 bit constants in a portable way */
#define wxLL(x) wxCONCAT(x, wxLongLongSuffix)
#define wxULL(x) wxCONCAT(x, wxCONCAT(u, wxLongLongSuffix))
@ -979,7 +979,7 @@ inline void *wxUIntToPtr(wxUIntPtr p)
#define wxHAS_INT64 1
#elif wxUSE_LONGLONG
/* these macros allow to definea 64 bit constants in a portable way */
/* these macros allow to define 64 bit constants in a portable way */
#define wxLL(x) wxLongLong(x)
#define wxULL(x) wxULongLong(x)