Skip to content

Commit 63125b1

Browse files
committed
fix comment
1 parent 4167c58 commit 63125b1

File tree

1 file changed

+1
-1
lines changed
  • src/backend/storage/file

1 file changed

+1
-1
lines changed

src/backend/storage/file/fd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ pg_flush_data(int fd, off_t offset, off_t nbytes, bool isdir)
454454
* (msync()), and then remove the mapping again (munmap()).
455455
*/
456456

457-
/* mmap will not work with dirs */
457+
/* mmap() will not work with dirs */
458458
if (isdir)
459459
return;
460460

0 commit comments

Comments
 (0)