summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/access/attnum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h
index 0c43e26c2d6..c80bdd245ae 100644
--- a/src/include/access/attnum.h
+++ b/src/include/access/attnum.h
@@ -36,7 +36,7 @@ typedef int16 AttrNumber;
/*
* AttrNumberIsForUserDefinedAttr
- * True iff the attribute number corresponds to an user defined attribute.
+ * True iff the attribute number corresponds to a user defined attribute.
*/
#define AttrNumberIsForUserDefinedAttr(attributeNumber) \
((bool) ((attributeNumber) > 0))