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:08:59 +0300 |
commit | 69ade952e9c444e64c96465157b0e6b7456143db (patch) | |
tree | fabc047013b3c4f97ddd418d7b0f2d099f631034 /src | |
parent | 33473208b8990e66e94b24cfe0cfc944b8748bdb (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 e037957472f..eaab3760e78 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 |