aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/storage/file/buffile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/file/buffile.c b/src/backend/storage/file/buffile.c
index a4541b87b8f..366d70d38a1 100644
--- a/src/backend/storage/file/buffile.c
+++ b/src/backend/storage/file/buffile.c
@@ -97,7 +97,7 @@ struct BufFile
int nbytes; /* total # of valid bytes in buffer */
/*
- * XXX Should ideally us PGIOAlignedBlock, but might need a way to avoid
+ * XXX Should ideally use PGIOAlignedBlock, but might need a way to avoid
* wasting per-file alignment padding when some users create many files.
*/
PGAlignedBlock buffer;