From: Daniel Ruf Date: Sun, 31 May 2020 12:18:19 +0000 (+0200) Subject: Fix small typo in comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf513c2dc883edb5ad9e0e08a8e3349225646881;p=php Fix small typo in comment --- diff --git a/main/main.c b/main/main.c index 6143718d05..1cb78dbc0f 100644 --- a/main/main.c +++ b/main/main.c @@ -2575,7 +2575,7 @@ PHPAPI int php_execute_script(zend_file_handle *primary_file) } /* - If cli primary file has shabang line and there is a prepend file, + If cli primary file has shebang line and there is a prepend file, the `skip_shebang` will be used by prepend file but not primary file, save it and restore after prepend file been executed. */