diff options
Diffstat (limited to 'src/include/access/attnum.h')
-rw-r--r-- | src/include/access/attnum.h | 2 |
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) \ ( \ |