Fixed typo and white spaces

This commit is contained in:
Dmitry Stogov 2015-02-18 10:17:26 +03:00
parent 96de5ffc8d
commit 8473157fbb
2 changed files with 19 additions and 19 deletions

View file

@ -450,7 +450,7 @@ ZEND_API void zend_ast_apply(zend_ast *ast, zend_ast_apply_func fn) {
* ====================
* proirity associativity operatiers
* -----------------------------------
* 10 left inclue, include_once, eval, require, require_once
* 10 left include, include_once, eval, require, require_once
* 20 left ,
* 30 left or
* 40 left xor