From 6406d36b033df5f8f093da7db4b635a2a88ea5ee Mon Sep 17 00:00:00 2001 From: Senglee Choi Date: Sat, 3 Aug 2024 15:42:06 +0900 Subject: [PATCH] Fix typo in comment fixed a minor typo. --- src/include/storage/bufpage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/storage/bufpage.h b/src/include/storage/bufpage.h index df91e80ece..3f7bf7a874 100644 --- a/src/include/storage/bufpage.h +++ b/src/include/storage/bufpage.h @@ -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. */ -- 2.39.3 (Apple Git-146)