summaryrefslogtreecommitdiff
path: root/Zend/zend_float.h
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2019-02-18 11:35:35 -0500
committerPeter Kokot <peterkokot@gmail.com>2019-02-18 17:56:28 +0100
commitda3316ff0f03f5fccb3a343d31f8cc915da7fa5d (patch)
tree7015a468b42a47b31fe6579f8ef79836f70bf26c /Zend/zend_float.h
parent8588a45851f32dea8529aa3045455d6cfa8f5a60 (diff)
downloadphp-git-da3316ff0f03f5fccb3a343d31f8cc915da7fa5d.tar.gz
Fix typos in code comments in Zend/ [skip ci]
Diffstat (limited to 'Zend/zend_float.h')
-rw-r--r--Zend/zend_float.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_float.h b/Zend/zend_float.h
index dc1a451589..78d55d27ae 100644
--- a/Zend/zend_float.h
+++ b/Zend/zend_float.h
@@ -66,7 +66,7 @@ END_EXTERN_C()
on how to do that?
MS Visual C:
- - Since MSVC users tipically don't use autoconf or CMake, we will detect
+ - Since MSVC users typically don't use autoconf or CMake, we will detect
MSVC via compile time define. Floating point precision change isn't
supported on 64 bit platforms, so it's NOP. See
http://msdn.microsoft.com/en-us/library/c9676k6h(v=vs.110).aspx