Fix copy-pasto in comment.
authorHeikki Linnakangas
Wed, 12 Oct 2016 09:07:54 +0000 (12:07 +0300)
committerHeikki Linnakangas
Wed, 12 Oct 2016 09:09:05 +0000 (12:09 +0300)
Amit Langote

src/include/catalog/pg_cast.h

index cc1aefe602d83e5313f420445e59b966ebe47b3c..b2a2b9bf2ff266129d4a2c3205dafc69a86dfa45 100644 (file)
@@ -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