Comment typo

Started by Etsuro Fujitaalmost 13 years ago4 messages
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
1 attachment(s)

I found a comment typo. Please find attached a patch.

Best regards,
Etsuro Fujita

Attachments:

comment_typo.patchapplication/octet-stream; name=comment_typo.patchDownload
diff --git a/src/backend/storage/file/fd.c b/src/backend/storage/file/fd.c
index c026731..70e3560 100644
--- a/src/backend/storage/file/fd.c
+++ b/src/backend/storage/file/fd.c
@@ -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
#2Magnus Hagander
magnus@hagander.net
In reply to: Etsuro Fujita (#1)
Re: Comment typo

On Fri, Feb 8, 2013 at 6:49 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:

I found a comment typo. Please find attached a patch.

Applied, thanks.

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
In reply to: Magnus Hagander (#2)
1 attachment(s)
Re: Comment typo

Sorry, I found one more typo. Attached is a patch.

Thanks,

Best regards,
Etsuro Fujita

Show quoted text

-----Original Message-----
From: Magnus Hagander [mailto:magnus@hagander.net]
Sent: Friday, February 08, 2013 7:47 PM
To: Etsuro Fujita
Cc: PostgreSQL-development
Subject: Re: [HACKERS] Comment typo

On Fri, Feb 8, 2013 at 6:49 AM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:

I found a comment typo. Please find attached a patch.

Applied, thanks.

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

Attachments:

comment_typo_20130220.patchapplication/octet-stream; name=comment_typo_20130220.patchDownload
diff --git a/src/backend/storage/file/fd.c b/src/backend/storage/file/fd.c
index 6346cd1..ff7e221 100644
--- a/src/backend/storage/file/fd.c
+++ b/src/backend/storage/file/fd.c
@@ -43,7 +43,7 @@
  * fopen(3), opendir(3), and open(2), respectively. They behave like the
  * 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.
+ * These are intended for short operations like reading a configuration file,
  * and there is a fixed limit on the number of files that can be opened using
  * these functions at any one time.
  *
#4Heikki Linnakangas
hlinnakangas@vmware.com
In reply to: Etsuro Fujita (#3)
Re: Comment typo

On 20.02.2013 05:07, Etsuro Fujita wrote:

Sorry, I found one more typo. Attached is a patch.

Thanks, applied.

- Heikki

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers