diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/storage/aio/read_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/aio/read_stream.c b/src/backend/storage/aio/read_stream.c index 684b6d6fc0c..a83c18c2a4b 100644 --- a/src/backend/storage/aio/read_stream.c +++ b/src/backend/storage/aio/read_stream.c @@ -51,7 +51,7 @@ * I/Os that have been started with StartReadBuffers(), and for which * WaitReadBuffers() must be called before returning the buffer. * - * For example, if the callback return block numbers 10, 42, 43, 60 in + * For example, if the callback returns block numbers 10, 42, 43, 44, 60 in * successive calls, then these data structures might appear as follows: * * buffers buf/data ios |