From: Peter Kokot Date: Wed, 17 Jul 2019 01:54:54 +0000 (+0200) Subject: Fix typo X-Git-Tag: php-7.4.0beta1~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7fcc45c4340d7ee63af3d6b5a2e4da32fa6f85b;p=php Fix typo --- diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index 01b88cb948..864bc882ff 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -87,7 +87,7 @@ #define HAVE_LIBM 1 #undef HAVE_RINT #define SIZEOF_SHORT 2 -/* int and long are stll 32bit in 64bit compiles */ +/* int and long are still 32bit in 64bit compiles */ #define SIZEOF_INT 4 #define SIZEOF_LONG 4 /* MSVC.6/NET don't allow 'long long' or know 'intmax_t' */