]> granicus.if.org Git - php/commitdiff
Fix grammo
authorRasmus Lerdorf <rasmus@php.net>
Sun, 13 May 2012 18:45:41 +0000 (11:45 -0700)
committerRasmus Lerdorf <rasmus@php.net>
Sun, 13 May 2012 18:45:41 +0000 (11:45 -0700)
ext/standard/filestat.c

index bfe1abd0117cc25f459a7ac8f610befb2e1a5371..b908df9082e7c873682e935ebdb48dadbd5a8220 100644 (file)
@@ -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));