summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2017-01-18 12:39:28 +0000
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2017-01-18 12:42:13 +0000
commitbd93adf583f3c53d76f65b51f67388fdbda28f40 (patch)
tree6c9f1afb80a5c5e993fd77ec9138957a141b0e81 /vms
parent31587b3e6fc5a715bd8d06712b4e312147fde836 (diff)
downloadperl-bd93adf583f3c53d76f65b51f67388fdbda28f40.tar.gz
Remove obsolete (PL_)statcache mentions in comments
cando() has not used PL_statcache since Perl 3 (commit a687059cbaf)
Diffstat (limited to 'vms')
-rw-r--r--vms/vms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/vms.c b/vms/vms.c
index efe7f4554c..71beaf73a9 100644
--- a/vms/vms.c
+++ b/vms/vms.c
@@ -12031,7 +12031,7 @@ Perl_cando_by_name_int(pTHX_ I32 bit, bool effective, const char *fname, int opt
}
-/* Do the permissions allow some operation? Assumes PL_statcache already set. */
+/* Do the permissions in *statbufp allow some operation? */
/* Do this via $Check_Access on VMS, since the CRTL stat() returns only a
* subset of the applicable information.
*/