diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2016-10-12 12:07:54 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2016-10-12 12:09:05 +0300 |
commit | 086b99ec0987fcaacf192d018e8de7dd126fb8ac (patch) | |
tree | dfb9730ae53181584771f73cf88b2f61bd624afd /src | |
parent | cf3e2c3983a8d315ab0ab893ff8b83196e7f8164 (diff) |
Fix copy-pasto in comment.
Amit Langote
Diffstat (limited to 'src')
-rw-r--r-- | src/include/catalog/pg_cast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/pg_cast.h b/src/include/catalog/pg_cast.h index cc1aefe602d..b2a2b9bf2ff 100644 --- a/src/include/catalog/pg_cast.h +++ b/src/include/catalog/pg_cast.h @@ -59,7 +59,7 @@ typedef enum CoercionCodes /* * The allowable values for pg_cast.castmethod are specified by this enum. - * Since castcontext is stored as a "char", we use ASCII codes for human + * Since castmethod is stored as a "char", we use ASCII codes for human * convenience in reading the table. */ typedef enum CoercionMethod |