diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2015-05-19 18:37:46 -0400 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2015-05-19 18:37:46 -0400 |
commit | f6a54fefc299b933052885bb0532c476d382cc71 (patch) | |
tree | 072b085d511affdfcb47fe3aabcf45a4d39ba8b9 /src/backend/access/transam/xlog.c | |
parent | 5cb8519ceb62516636362a7e8e06b99b3e1bf138 (diff) | |
download | postgresql-f6a54fefc299b933052885bb0532c476d382cc71.tar.gz postgresql-f6a54fefc299b933052885bb0532c476d382cc71.zip |
Fix spelling in comment
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 0485bb5201e..b203b82899a 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -2651,7 +2651,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 |