diff options
author | Michael Paquier | 2025-04-19 10:17:42 +0000 |
---|---|---|
committer | Michael Paquier | 2025-04-19 10:17:42 +0000 |
commit | 88e947136b47664b6936b35542f2d1eda0c90588 (patch) | |
tree | 6a5999ed2088fb1455940632b70a8d452ec56347 /src/include/storage | |
parent | 114f7fa81c72637d75b574269f2076dcc1104e24 (diff) |
Fix typos and grammar in the code
The large majority of these have been introduced by recent commits done
in the v18 development cycle.
Author: Alexander Lakhin <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/include/storage')
-rw-r--r-- | src/include/storage/aio_subsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/aio_subsys.h b/src/include/storage/aio_subsys.h index 8a8ce87f62a..0cf36bb35da 100644 --- a/src/include/storage/aio_subsys.h +++ b/src/include/storage/aio_subsys.h @@ -31,7 +31,7 @@ extern void pgaio_error_cleanup(void); extern void AtEOXact_Aio(bool is_commit); -/* aio_worker.c */ +/* method_worker.c */ extern bool pgaio_workers_enabled(void); #endif /* AIO_SUBSYS_H */ |