aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/file.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/common/file.h b/common/file.h
index 8eb03f1629..d28cd9c308 100644
--- a/common/file.h
+++ b/common/file.h
@@ -52,9 +52,8 @@ public:
virtual ~File();
/**
- * Checks if a given file exists in any of the current default paths
- * (those were/are added by addDefaultDirectory and/or
- * addDefaultDirectoryRecursive).
+ * Checks if a given file exists in any of the current default paths,
+ * as defined by SearchMan.
*
* @param filename the file to check for
* @return true if the file exists, false otherwise