nodes.h - comments comment

Started by Erik Rijkersalmost 9 years ago2 messages
#1Erik Rijkers
er@xs4all.nl
1 attachment(s)

Orthography fix in nodes.h comment block.

Attachments:

nodes.h.difftext/x-diff; name=nodes.h.diffDownload
--- src/include/nodes/nodes.h.orig	2017-01-27 06:54:38.704059681 +0100
+++ src/include/nodes/nodes.h	2017-01-27 06:57:17.535250383 +0100
@@ -560,7 +560,7 @@
 
 /*
  * castNode(type, ptr) casts ptr to type and, if cassert is enabled, verifies
- * that the the c actually has the appropriate type (using it's nodeTag()).
+ * that the c actually has the appropriate type (using its nodeTag()).
  *
  * Use an inline function when assertions are enabled, to avoid multiple
  * evaluations of the ptr argument (which could e.g. be a function call).
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Erik Rijkers (#1)
Re: nodes.h - comments comment

Erik Rijkers <er@xs4all.nl> writes:

Orthography fix in nodes.h comment block.

Pushed with some further adjustments.

regards, tom lane

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