diff options
author | Fujii Masao | 2019-04-25 14:43:48 +0000 |
---|---|---|
committer | Fujii Masao | 2019-04-25 14:43:48 +0000 |
commit | 978b032d1f39fcfe9b7e895ab313913d97db2268 (patch) | |
tree | 4b0c810e249c3369f8b3bd7daa515e5e45e4c1a2 /src/common/rmtree.c | |
parent | 87259588d0ab0b8e742e30596afa7ae25caadb18 (diff) |
Fix function names in comments.
Commit 3eb77eba5a renamed some functions, but forgot to
update some comments referencing to those functions.
This commit fixes those function names in the comments.
Kyotaro Horiguchi
Diffstat (limited to 'src/common/rmtree.c')
-rw-r--r-- | src/common/rmtree.c | 2 |
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. */ |