Fix typo in comment

pull/207/head
Peter Eisentraut 6 months ago
parent e5aeed4b80
commit 47929324c5
  1. 2
      src/backend/storage/file/buffile.c

@ -97,7 +97,7 @@ struct BufFile
int nbytes; /* total # of valid bytes in buffer */ 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. * wasting per-file alignment padding when some users create many files.
*/ */
PGAlignedBlock buffer; PGAlignedBlock buffer;

Loading…
Cancel
Save