Commit 733701d2 authored by Magnus Hagander's avatar Magnus Hagander

Fix typo in comment

Etsuro Fujita
parent 858ef718
......@@ -44,8 +44,8 @@
* corresponding native functions, except that the handle is registered with
* the current subtransaction, and will be automatically closed at abort.
* These are intended for short operations like reading a configuration file.
* and there is a fixed limit on the number files that can be open using these
* functions at any one time.
* and there is a fixed limit on the number of files that can be opened using
* these functions at any one time.
*
* Finally, BasicOpenFile is a just thin wrapper around open() that can
* release file descriptors in use by the virtual file descriptors if
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment