]> granicus.if.org Git - php/commitdiff
fix typo in UPGRADING.INTERNALS
authorAnthon Pang <apang@softwaredevelopment.ca>
Sat, 8 Nov 2014 13:58:44 +0000 (08:58 -0500)
committerAnthon Pang <apang@softwaredevelopment.ca>
Sat, 8 Nov 2014 13:58:44 +0000 (08:58 -0500)
UPGRADING.INTERNALS

index 92cebc8db327e41aca60b342565de094a2360767..dfec37c46f396d6c318f329a02bb2cc008e992c6 100644 (file)
@@ -31,7 +31,7 @@ PHP 7.0 INTERNALS UPGRADE NOTES
      Integer types
 
        Integers do no more depend on the firm 'long' type. Instead a platform
-       dependent integer type is used, it is called zend_long. That datatype is
+       independent integer type is used, it is called zend_long. That datatype is
        defined dynamically to guarantee the consistent 64 bit support. The zval 
        field representing user land integer it bound to zend_long.