summaryrefslogtreecommitdiff
path: root/src/common/rmtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/rmtree.c')
-rw-r--r--src/common/rmtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/rmtree.c b/src/common/rmtree.c
index 3052d013ee9..b31da3adff8 100644
--- a/src/common/rmtree.c
+++ b/src/common/rmtree.c
@@ -68,7 +68,7 @@ rmtree(const char *path, bool rmtopdir)
* This is not an academic possibility. One scenario where this
* happens is when bgwriter has a pending unlink request for a file in
* a database that's being dropped. In dropdb(), we call
- * ForgetDatabaseFsyncRequests() to flush out any such pending unlink
+ * ForgetDatabaseSyncRequests() to flush out any such pending unlink
* requests, but because that's asynchronous, it's not guaranteed that
* the bgwriter receives the message in time.
*/