]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment
authorMagnus Hagander <magnus@hagander.net>
Fri, 8 Feb 2013 10:45:42 +0000 (11:45 +0100)
committerMagnus Hagander <magnus@hagander.net>
Fri, 8 Feb 2013 10:45:42 +0000 (11:45 +0100)
Etsuro Fujita

src/backend/storage/file/fd.c

index c02673130e4d8aed8ffdee9b945c3789549bca2e..70e3560b73b85cc45829b7b3cc19b2fed8de9be4 100644 (file)
@@ -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