summaryrefslogtreecommitdiff
path: root/include/apr_file_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_file_info.h')
-rw-r--r--include/apr_file_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_file_info.h b/include/apr_file_info.h
index 0732e97d2..7bdfecca6 100644
--- a/include/apr_file_info.h
+++ b/include/apr_file_info.h
@@ -189,7 +189,7 @@ struct apr_finfo_t {
apr_time_t mtime;
/** The time the file was last changed */
apr_time_t ctime;
- /** The full pathname of the file. NOT YET IMPLEMENTED. */
+ /** The full pathname of the file */
const char *fname;
/** The file's name (no path) in filesystem case */
const char *name;