From e611b11634aa48852a6c9f8ff2da5f80ffa61eb9 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Wed, 12 Oct 2016 12:07:54 +0300 Subject: [PATCH] Fix copy-pasto in comment. Amit Langote --- src/include/catalog/pg_cast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/catalog/pg_cast.h b/src/include/catalog/pg_cast.h index 9f7733f584..8a149c8f32 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