diff options
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 e96aa4d1cb1..853ab06812b 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -6168,7 +6168,7 @@ StartupXLOG(void) /* * Wake up all waiters for replay LSN. They need to report an error that - * recovery was ended before achieving the target LSN. + * recovery was ended before reaching the target LSN. */ WaitLSNSetLatches(InvalidXLogRecPtr); |