summaryrefslogtreecommitdiff
path: root/ext/skeleton/skeleton.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/skeleton/skeleton.c')
-rw-r--r--ext/skeleton/skeleton.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/skeleton/skeleton.c b/ext/skeleton/skeleton.c
index d432f1c3df..0e90dc0760 100644
--- a/ext/skeleton/skeleton.c
+++ b/ext/skeleton/skeleton.c
@@ -49,9 +49,9 @@ PHP_FUNCTION(confirm_extname_compiled)
efree(strg);
}
/* }}} */
-/* The previous line is meant for vim and emacs, so it can correctly fold and
- unfold functions in source code. See the corresponding marks just before
- function definition, where the functions purpose is also documented. Please
+/* The previous line is meant for vim and emacs, so it can correctly fold and
+ unfold functions in source code. See the corresponding marks just before
+ function definition, where the functions purpose is also documented. Please
follow this convention for the convenience of others editing your code.
*/
@@ -72,7 +72,7 @@ static void php_extname_init_globals(zend_extname_globals *extname_globals)
*/
PHP_MINIT_FUNCTION(extname)
{
- /* If you have INI entries, uncomment these lines
+ /* If you have INI entries, uncomment these lines
REGISTER_INI_ENTRIES();
*/
return SUCCESS;