diff options
author | Andres Freund | 2015-04-26 16:42:31 +0000 |
---|---|---|
committer | Andres Freund | 2015-04-26 16:42:31 +0000 |
commit | 6aab1f45acaa4cf90e62357ebdf5e6a38829204e (patch) | |
tree | ded75b929485ab4331a292150b0823ed2d825fb1 /src/include/access/attnum.h | |
parent | 9fe1d9ac6820cff354a5402114b96dae1221eba3 (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.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) \ ( \ |