Comment typo in slot.c

Started by Michael Paquierabout 10 years ago2 messageshackers
Jump to latest
#1Michael Paquier
michael@paquier.xyz

Hi all,

I just bumped into the following typo in slot.c:
        /*
         * If we'd now fail - really unlikely - we wouldn't know
whether this slot
         * would persist after an OS crash or not - so, force a restart. The
-        * restart would try to fysnc this again till it works.
+        * restart would try to fsync this again till it works.
         */
        START_CRIT_SECTION();
Regards,
-- 
Michael

Attachments:

typo-slot.patchtext/x-diff; charset=US-ASCII; name=typo-slot.patchDownload+1-1
#2Robert Haas
robertmhaas@gmail.com
In reply to: Michael Paquier (#1)
Re: Comment typo in slot.c

On Thu, Feb 4, 2016 at 4:39 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:

I just bumped into the following typo in slot.c:
/*
* If we'd now fail - really unlikely - we wouldn't know
whether this slot
* would persist after an OS crash or not - so, force a restart. The
-        * restart would try to fysnc this again till it works.
+        * restart would try to fsync this again till it works.
*/
START_CRIT_SECTION();

Committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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