@@ -424,9 +424,9 @@ typedef struct XLogCtlInsert
424424/*
425425 * CurrBytePos is the end of reserved WAL. The next record will be inserted
426426 * at that position. PrevBytePos is the start position of the previously
427- * inserted (or rather, reserved) record - it is copied to thethe prev-
428- *link of the next record. These are stored as "usable byte positions"
429- *rather than XLogRecPtrs (see XLogBytePosToRecPtr()).
427+ * inserted (or rather, reserved) record - it is copied to the prev-link
428+ * of the next record. These are stored as "usable byte positions" rather
429+ * than XLogRecPtrs (see XLogBytePosToRecPtr()).
430430 */
431431uint64 CurrBytePos ;
432432uint64 PrevBytePos ;
@@ -10831,7 +10831,7 @@ XLogPageRead(XLogReaderState *xlogreader, XLogRecPtr targetPagePtr, int reqLen,
1083110831 * 'tliRecPtr' is the position of the WAL record we're interested in. It is
1083210832 * used to decide which timeline to stream the requested WAL from.
1083310833 *
10834- * If thethe record is not immediately available, the function returns false
10834+ * If the record is not immediately available, the function returns false
1083510835 * if we're not in standby mode. In standby mode, waits for it to become
1083610836 * available.
1083710837 *