aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xact.c
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2018-11-02 13:56:16 +0100
committerMagnus Hagander <magnus@hagander.net>2018-11-02 13:56:52 +0100
commitfbec7459aa39da864ad1d578f044a21c3b3b057c (patch)
tree79d55688053fef8d9d63099f06f8eca154b5142e /src/backend/access/transam/xact.c
parent8610c973ddf1cbf0befc1369d2cf0d56c0efcd0a (diff)
downloadpostgresql-fbec7459aa39da864ad1d578f044a21c3b3b057c.tar.gz
postgresql-fbec7459aa39da864ad1d578f044a21c3b3b057c.zip
Fix spelling errors and typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src/backend/access/transam/xact.c')
-rw-r--r--src/backend/access/transam/xact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xact.c b/src/backend/access/transam/xact.c
index 8c1621d949c..a979d7e07b9 100644
--- a/src/backend/access/transam/xact.c
+++ b/src/backend/access/transam/xact.c
@@ -487,7 +487,7 @@ AssignTransactionId(TransactionState s)
/*
* Ensure parent(s) have XIDs, so that a child always has an XID later
- * than its parent. Musn't recurse here, or we might get a stack overflow
+ * than its parent. Mustn't recurse here, or we might get a stack overflow
* if we're at the bottom of a huge stack of subtransactions none of which
* have XIDs yet.
*/