summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/lstat_stat_variation14.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/lstat_stat_variation14.phpt')
-rw-r--r--ext/standard/tests/file/lstat_stat_variation14.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/lstat_stat_variation14.phpt b/ext/standard/tests/file/lstat_stat_variation14.phpt
index 1e5289fed1..517f77e3f5 100644
--- a/ext/standard/tests/file/lstat_stat_variation14.phpt
+++ b/ext/standard/tests/file/lstat_stat_variation14.phpt
@@ -15,7 +15,7 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
Description: Gives information about a file
*/
-/* test the effects of is_link() on stats of link */
+/* test the effects of is_link() on stats of hard link */
$file_path = dirname(__FILE__);
require "$file_path/file.inc";