summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-17 03:54:54 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-17 03:54:54 +0200
commite7fcc45c4340d7ee63af3d6b5a2e4da32fa6f85b (patch)
treea45470b359be279bd7a6ef0a769be76a9c8acd45 /win32
parent476339646ca08af7ac627b1df6eebd8621793b5f (diff)
downloadphp-git-e7fcc45c4340d7ee63af3d6b5a2e4da32fa6f85b.tar.gz
Fix typo
Diffstat (limited to 'win32')
-rw-r--r--win32/build/config.w32.h.in2
1 files changed, 1 insertions, 1 deletions
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' */