diff options
Diffstat (limited to 'src/port/pwrite.c')
-rw-r--r-- | src/port/pwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/pwrite.c b/src/port/pwrite.c index 164b4f61977..a44e9912772 100644 --- a/src/port/pwrite.c +++ b/src/port/pwrite.c @@ -9,7 +9,7 @@ * src/port/pwrite.c * * Note that this implementation changes the current file position, unlike - * the POSIX function, so we use the name pg_write(). + * the POSIX function, so we use the name pg_pwrite(). * *------------------------------------------------------------------------- */ |