diff options
Diffstat (limited to 'src/include/port/pg_iovec.h')
-rw-r--r-- | src/include/port/pg_iovec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/pg_iovec.h b/src/include/port/pg_iovec.h index 2a0e2c01239..689799c4258 100644 --- a/src/include/port/pg_iovec.h +++ b/src/include/port/pg_iovec.h @@ -36,7 +36,7 @@ struct iovec #define PG_IOV_MAX Min(IOV_MAX, 32) /* - * Note that pg_preadv and pg_writev have a pg_ prefix as a warning that the + * Note that pg_preadv and pg_pwritev have a pg_ prefix as a warning that the * Windows implementations have the side-effect of changing the file position. */ |