Commit:    b8cf17635e52bf4b5118e16b9c0bdde4d91b6670
Author:    Carson McDonald <car...@ioncannon.net>         Thu, 6 Jun 2013 
07:33:33 -0400
Committer: Stanislav Malyshev <s...@php.net>      Mon, 10 Jun 2013 01:40:41 
-0700
Parents:   a7e25bdd486c28958c2db2f28c9fda63bb938405
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=b8cf17635e52bf4b5118e16b9c0bdde4d91b6670

Log:
Fix spelling and correct typo.

Changed paths:
  M  Zend/zend_gc.h


Diff:
diff --git a/Zend/zend_gc.h b/Zend/zend_gc.h
index a443032..3483e9d 100644
--- a/Zend/zend_gc.h
+++ b/Zend/zend_gc.h
@@ -106,7 +106,7 @@ typedef struct _zend_gc_globals {
        gc_root_buffer   *first_unused;         /* pointer to first unused 
buffer   */
        gc_root_buffer   *last_unused;          /* pointer to last unused 
buffer    */
 
-       zval_gc_info     *zval_to_free;         /* temporaryt list of zvals to 
free */
+       zval_gc_info     *zval_to_free;         /* temporary list of zvals to 
free */
        zval_gc_info     *free_list;
        zval_gc_info     *next_to_free;
 
@@ -199,7 +199,7 @@ static zend_always_inline void 
gc_remove_from_buffer(gc_root_buffer *root TSRMLS
                GC_ZVAL_INIT(z);                                                
                \
        } while (0)
 
-/* The following macroses override macroses from zend_alloc.h */
+/* The following macros override macros from zend_alloc.h */
 #undef  ALLOC_ZVAL
 #define ALLOC_ZVAL(z)                                                          
        \
        do {                                                                    
                        \


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to