From 823071301f7a45936b50b130be6847f24666d495 Mon Sep 17 00:00:00 2001
From: root <root@localhost.localdomain>
Date: Sun, 25 Oct 2020 05:15:31 -0400
Subject: [PATCH] fix typo

---
 src/backend/utils/cache/lsyscache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/utils/cache/lsyscache.c b/src/backend/utils/cache/lsyscache.c
index f3bf413..1403390 100644
--- a/src/backend/utils/cache/lsyscache.c
+++ b/src/backend/utils/cache/lsyscache.c
@@ -874,7 +874,7 @@ get_attnum(Oid relid, const char *attname)
 /*
  * get_attgenerated
  *
- *		Given the relation id and the attribute name,
+ *		Given the relation id and the attribute number,
  *		return the "attgenerated" field from the attribute relation.
  *
  *		Errors if not found.
-- 
1.8.3.1

