Fix typo in comment
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 9 Dec 2025 23:06:03 +0000 (01:06 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 9 Dec 2025 23:06:03 +0000 (01:06 +0200)
Author: Xuneng Zhou <xunengzhou@gmail.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://www.postgresql.org/message-id/CABPTF7V8CbOXGePqrad6EH3Om7DRhNiO3C0rQ-62UuT7RdU-GQ@mail.gmail.com

src/backend/storage/aio/read_stream.c

index 031fde9f4cbef1227e33ae5250915621ac158294..f1b88d058e372f2c9909848314a1727de42886a5 100644 (file)
@@ -283,7 +283,7 @@ read_stream_start_pending_read(ReadStream *stream)
            /*
             * Sequential:  Issue advice until the preadv() calls have caught
             * up with the first advice issued for this sequential region, and
-            * then stay of the way of the kernel's own read-ahead.
+            * then stay out of the way of the kernel's own read-ahead.
             */
            if (stream->seq_until_processed != InvalidBlockNumber)
                flags |= READ_BUFFERS_ISSUE_ADVICE;