diff options
Diffstat (limited to 'src/include/replication/reorderbuffer.h')
-rw-r--r-- | src/include/replication/reorderbuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/replication/reorderbuffer.h b/src/include/replication/reorderbuffer.h index 928b1ca170f..666c5f28419 100644 --- a/src/include/replication/reorderbuffer.h +++ b/src/include/replication/reorderbuffer.h @@ -245,7 +245,7 @@ typedef struct ReorderBufferTXN /* --- * Position in one of three lists: * * list of subtransactions if we are *known* to be subxact - * * list of toplevel xacts (can be a as-yet unknown subxact) + * * list of toplevel xacts (can be am as-yet unknown subxact) * * list of preallocated ReorderBufferTXNs * --- */ |