]> granicus.if.org Git - postgresql/commitdiff
Fix copy-pasto in comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 12 Oct 2016 09:07:54 +0000 (12:07 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 12 Oct 2016 09:07:54 +0000 (12:07 +0300)
Amit Langote

src/include/catalog/pg_cast.h

index ee568d836a124885350a22ba055517e6f2c794df..04d11c0cfe10eeba48d491c2d49956931c3de2af 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