Skip to content

Commit 733701d

Browse files
committed
Fix typo in comment
Etsuro Fujita
1 parent 858ef71 commit 733701d

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/backend/storage/file/fd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
* corresponding native functions, except that the handle is registered with
4545
* the current subtransaction, and will be automatically closed at abort.
4646
* These are intended for short operations like reading a configuration file.
47-
* and there is a fixed limit on the number files that can be open using these
48-
* functions at any one time.
47+
* and there is a fixed limit on the number of files that can be opened using
48+
* these functions at any one time.
4949
*
5050
* Finally, BasicOpenFile is a just thin wrapper around open() that can
5151
* release file descriptors in use by the virtual file descriptors if

0 commit comments

Comments
 (0)