diff options
author | Magnus Hagander <magnus@hagander.net> | 2013-02-08 15:14:40 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2013-02-08 15:42:01 +0100 |
commit | c572bfaf39d87b0c603f28e1ff385cd85b0a0879 (patch) | |
tree | c58d97d69a67f00f0505d90be36c562de593d589 | |
parent | cf4d67e819e05d46836d896cce2a2b52f4a194d0 (diff) | |
download | postgresql-c572bfaf39d87b0c603f28e1ff385cd85b0a0879.tar.gz postgresql-c572bfaf39d87b0c603f28e1ff385cd85b0a0879.zip |
Fix another typo in a comment
Noted by Thom Brown
-rw-r--r-- | src/backend/storage/file/fd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/file/fd.c b/src/backend/storage/file/fd.c index 70e3560b73b..6346cd154ca 100644 --- a/src/backend/storage/file/fd.c +++ b/src/backend/storage/file/fd.c @@ -47,7 +47,7 @@ * 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 + * Finally, BasicOpenFile is just a thin wrapper around open() that can * release file descriptors in use by the virtual file descriptors if * necessary. There is no automatic cleanup of file descriptors returned by * BasicOpenFile, it is solely the caller's responsibility to close the file |