diff options
author | Peter Eisentraut | 2025-03-20 09:44:12 +0000 |
---|---|---|
committer | Peter Eisentraut | 2025-03-20 09:44:12 +0000 |
commit | 47929324c522cecfa8e0f64c6833f1dc3a67a735 (patch) | |
tree | eb215e159d2eb437b4216a0f24043e9ee3901ee1 | |
parent | e5aeed4b8020424fa882c3d1969d00c2b2d8cf30 (diff) |
Fix typo in comment
-rw-r--r-- | src/backend/storage/file/buffile.c | 2 |
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; |