Skip to content

Commit 4792932

Browse files
committed
Fix typo in comment
1 parent e5aeed4 commit 4792932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/file/buffile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ struct BufFile
9797
int nbytes; /* total # of valid bytes in buffer */
9898

9999
/*
100-
* XXX Should ideally us PGIOAlignedBlock, but might need a way to avoid
100+
* XXX Should ideally use PGIOAlignedBlock, but might need a way to avoid
101101
* wasting per-file alignment padding when some users create many files.
102102
*/
103103
PGAlignedBlock buffer;

0 commit comments

Comments
 (0)