diff options
| author | Peter Eisentraut | 2020-06-07 13:06:51 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2020-06-07 13:06:51 +0000 |
| commit | 0fd2a79a637f9f96b9830524823df0454e962f96 (patch) | |
| tree | 06595b1aa97d595ada3621cc0d01896269dfaa21 /src/include/access/xact.h | |
| parent | a02b8bdd9878ae1d1ead87aabb673d60432500ea (diff) | |
Spelling adjustments
Diffstat (limited to 'src/include/access/xact.h')
| -rw-r--r-- | src/include/access/xact.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 7ee04babc2f..88025b1cc2f 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -204,7 +204,7 @@ typedef struct xl_xact_assignment * * A minimal commit/abort record only consists of a xl_xact_commit/abort * struct. The presence of additional information is indicated by bits set in - * 'xl_xact_xinfo->xinfo'. The presence of the xinfo field itself is signalled + * 'xl_xact_xinfo->xinfo'. The presence of the xinfo field itself is signaled * by a set XLOG_XACT_HAS_INFO bit in the xl_info field. * * NB: All the individual data chunks should be sized to multiples of |
