Comment typo

Started by Amit Langoteover 9 years ago3 messages
#1Amit Langote
Langote_Amit_f8@lab.ntt.co.jp
1 attachment(s)

Attached fixes what seems like a copy-pasto in pg_cast.h.

Thanks,
Amit

Attachments:

pg-cast-comment-typo.patchtext/x-diff; name=pg-cast-comment-typo.patchDownload
diff --git a/src/include/catalog/pg_cast.h b/src/include/catalog/pg_cast.h
index ee568d8..04d11c0 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
#2Heikki Linnakangas
hlinnaka@iki.fi
In reply to: Amit Langote (#1)
Re: Comment typo

On 10/11/2016 08:52 AM, Amit Langote wrote:

Attached fixes what seems like a copy-pasto in pg_cast.h.

Applied, thanks.

- Heikki

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Amit Langote
Langote_Amit_f8@lab.ntt.co.jp
In reply to: Heikki Linnakangas (#2)
Re: Comment typo

On 2016/10/12 18:10, Heikki Linnakangas wrote:

On 10/11/2016 08:52 AM, Amit Langote wrote:

Attached fixes what seems like a copy-pasto in pg_cast.h.

Applied, thanks.

Thanks, Heikki!

Regards,
Amit

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers