summaryrefslogtreecommitdiff
path: root/src/include/access/attnum.h
diff options
context:
space:
mode:
authorAndres Freund2015-04-26 16:42:31 +0000
committerAndres Freund2015-04-26 16:42:31 +0000
commit6aab1f45acaa4cf90e62357ebdf5e6a38829204e (patch)
treeded75b929485ab4331a292150b0823ed2d825fb1 /src/include/access/attnum.h
parent9fe1d9ac6820cff354a5402114b96dae1221eba3 (diff)
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy Discussion: [email protected]
Diffstat (limited to 'src/include/access/attnum.h')
-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 82e811dd0fe..0fe27ecfbae 100644
--- a/src/include/access/attnum.h
+++ b/src/include/access/attnum.h
@@ -46,7 +46,7 @@ typedef int16 AttrNumber;
* Returns the attribute offset for an attribute number.
*
* Note:
- * Assumes the attribute number is for an user defined attribute.
+ * Assumes the attribute number is for a user defined attribute.
*/
#define AttrNumberGetAttrOffset(attNum) \
( \