Fix typo in bufpage.h.
authorAmit Kapila <[email protected]>
Mon, 5 Aug 2024 09:08:00 +0000 (14:38 +0530)
committerAmit Kapila <[email protected]>
Mon, 5 Aug 2024 09:08:00 +0000 (14:38 +0530)
Author: Senglee Choi
Reviewed-by: Tender Wang
Discussion: https://postgr.es/m/CACUsy79U0=S5zWEf6D57F=vB7rOEa86xFY6oovDZ58jRcROCxQ@mail.gmail.com

src/include/storage/bufpage.h

index df91e80eceec2d1371007eecd291aa0346f98a69..5999e5ca5a5673bf0b4b5b7fcc56e78011ad88e8 100644 (file)
@@ -73,7 +73,7 @@ extern PGDLLIMPORT bool ignore_checksum_failure;
  *
  * AM-specific per-page data (if any) is kept in the area marked "special
  * space"; each AM has an "opaque" structure defined somewhere that is
- * stored as the page trailer.  an access method should always
+ * stored as the page trailer.  An access method should always
  * initialize its pages with PageInit and then set its own opaque
  * fields.
  */