summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2025-03-20 09:44:12 +0000
committerPeter Eisentraut2025-03-20 09:44:12 +0000
commit47929324c522cecfa8e0f64c6833f1dc3a67a735 (patch)
treeeb215e159d2eb437b4216a0f24043e9ee3901ee1
parente5aeed4b8020424fa882c3d1969d00c2b2d8cf30 (diff)
Fix typo in comment
-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;