From: Simon Riggs Date: Tue, 19 May 2015 22:38:41 +0000 (-0400) Subject: Fix spelling in comment X-Git-Tag: REL9_4_3~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d0d2b8da1fee13e473495ffdfc7d642b37ebd63;p=postgresql Fix spelling in comment --- diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 2ef9a94cc0..f04fdf5fcf 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -2840,7 +2840,7 @@ XLogFlush(XLogRecPtr record) /* * Re-check how far we can now flush the WAL. It's generally not - * safe to call WaitXLogInsetionsToFinish while holding + * safe to call WaitXLogInsertionsToFinish while holding * WALWriteLock, because an in-progress insertion might need to * also grab WALWriteLock to make progress. But we know that all * the insertions up to insertpos have already finished, because