Orthography fix in nodes.h comment block.
--- 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).
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to