From 246a9a8d0c43d29d307f40461eaa59004d0340f9 Mon Sep 17 00:00:00 2001
From: Robert Haas <rhaas@postgresql.org>
Date: Tue, 14 Jan 2014 14:34:43 -0500
Subject: [PATCH] Fix typo in comment.

Etsuro Fujita
---
 src/include/access/gin_private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/access/gin_private.h b/src/include/access/gin_private.h
index 50fe538b514..5f0fe80e807 100644
--- a/src/include/access/gin_private.h
+++ b/src/include/access/gin_private.h
@@ -19,7 +19,7 @@
 
 
 /*
- * Page opaque data in a inverted index page.
+ * Page opaque data in an inverted index page.
  *
  * Note: GIN does not include a page ID word as do the other index types.
  * This is OK because the opaque data is only 8 bytes and so can be reliably
-- 
GitLab