summaryrefslogtreecommitdiffstats
path: root/src/findfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/findfile.c')
-rw-r--r--src/findfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/findfile.c b/src/findfile.c
index 7287b10d73..246a81898a 100644
--- a/src/findfile.c
+++ b/src/findfile.c
@@ -48,8 +48,8 @@
*
* ATTENTION:
* ==========
- * Also we use an allocated search context here, this functions are NOT
- * thread-safe!!!!!
+ * Also we use an allocated search context here, these functions are NOT
+ * thread-safe!
*
* To minimize parameter passing (or because I'm to lazy), only the
* external visible functions get a search context as a parameter. This is