summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarson McDonald <carson@ioncannon.net>2013-06-06 07:33:33 -0400
committerStanislav Malyshev <stas@php.net>2013-06-10 01:42:27 -0700
commitf4e3c7ab7ccc393308cf1201290e0c4356596866 (patch)
tree97a94bf1bd897cb0436264de2b5499d564bad83c
parent336a8e1943af85bb49cb5986d897d967ba73dcc0 (diff)
downloadphp-git-f4e3c7ab7ccc393308cf1201290e0c4356596866.tar.gz
Fix spelling and correct typo.
-rw-r--r--Zend/zend_gc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/zend_gc.h b/Zend/zend_gc.h
index a443032686..3483e9dbf0 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 { \