|
44 | 44 | * corresponding native functions, except that the handle is registered with
|
45 | 45 | * the current subtransaction, and will be automatically closed at abort.
|
46 | 46 | * These are intended for short operations like reading a configuration file.
|
47 |
| - * and there is a fixed limit on the number files that can beopen using these |
48 |
| - * functions at any one time. |
| 47 | + * and there is a fixed limit on the numberoffiles that can beopened using |
| 48 | + *thesefunctions at any one time. |
49 | 49 | *
|
50 | 50 | * Finally, BasicOpenFile is a just thin wrapper around open() that can
|
51 | 51 | * release file descriptors in use by the virtual file descriptors if
|
|