diff options
| author | David Rowley | 2025-04-20 22:41:18 +0000 |
|---|---|---|
| committer | David Rowley | 2025-04-20 22:41:18 +0000 |
| commit | 84fd3bc141039b32f25c3c9f6157163a56ab5f66 (patch) | |
| tree | 7730cc9fb8afa2106520a0199b7146f29e9c6e52 /src/include | |
| parent | 818013665259d4242ba641aad705ebe5a3e2db8e (diff) | |
Fix a few duplicate words in comments
These are all new to v18
Author: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAApHDvrMcr8XD107H3NV=WHgyBcu=sx5+7=WArr-n_cWUqdFXQ@mail.gmail.com
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/storage/aio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/aio.h b/src/include/storage/aio.h index 9fe9d9ad9fa..f3726bc3dc5 100644 --- a/src/include/storage/aio.h +++ b/src/include/storage/aio.h @@ -159,7 +159,7 @@ struct PgAioTargetInfo { /* * To support executing using worker processes, the file descriptor for an - * IO may need to be be reopened in a different process. + * IO may need to be reopened in a different process. */ void (*reopen) (PgAioHandle *ioh); |
