From: Rasmus Lerdorf Date: Sun, 13 May 2012 18:45:41 +0000 (-0700) Subject: Fix grammo X-Git-Tag: php-5.5.0alpha1~207^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd16174f14a93b89f064108d72b4fb612345de8f;p=php Fix grammo --- diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index bfe1abd011..b908df9082 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -803,7 +803,7 @@ PHP_FUNCTION(touch) PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename_len TSRMLS_DC) { /* always clear CurrentStatFile and CurrentLStatFile even if filename is not NULL - * as it may contains outdated data (e.g. "nlink" for a directory when deleting a file + * as it may contain outdated data (e.g. "nlink" for a directory when deleting a file * in this directory, as shown by lstat_stat_variation9.phpt) */ if (BG(CurrentStatFile)) { efree(BG(CurrentStatFile));