Fix typo in pg_walinspect.c

Spotted while looking at the surroundings, introduced by 2258e76.
This commit is contained in:
Michael Paquier 2022-04-26 14:24:13 +09:00
parent 21a10368eb
commit 06cafd6f57
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ InitXLogReaderState(XLogRecPtr lsn, XLogRecPtr *first_record)
XLogReaderState *xlogreader;
/*
* Reading WAL below the first page of the first sgements isn't allowed.
* Reading WAL below the first page of the first segments isn't allowed.
* This is a bootstrap WAL page and the page_read callback fails to read
* it.
*/