summaryrefslogtreecommitdiff
path: root/ext/posix/posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/posix.c')
-rw-r--r--ext/posix/posix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/posix/posix.c b/ext/posix/posix.c
index 8d32d82a69..1dd6f7eae9 100644
--- a/ext/posix/posix.c
+++ b/ext/posix/posix.c
@@ -455,7 +455,7 @@ PHP_FUNCTION(posix_uname)
/* }}} */
/* POSIX.1, 4.5.1 time() - Get System Time
- already covered by PHP3
+ already covered by PHP
*/
/* {{{ proto array posix_times(void)
@@ -483,7 +483,7 @@ PHP_FUNCTION(posix_times)
/* }}} */
/* POSIX.1, 4.6.1 getenv() - Environment Access
- already covered by PHP3
+ already covered by PHP
*/
/* {{{ proto string posix_ctermid(void)