Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 839be02

Browse files
author
Neil Conway
committed
Fix grammatical error in comment.
1 parent 9e16195 commit 839be02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/nodes/nodes.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/*-------------------------------------------------------------------------
22
*
33
* nodes.c
4-
* support code for nodes (now that we get rid of the home-brew
5-
* inheritance system, our support code for nodes get much simpler)
4+
* support code for nodes (now that we have removed the home-brew
5+
* inheritance system, our support code for nodes is much simpler)
66
*
77
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/nodes/nodes.c,v 1.22 2003/11/29 19:51:49 pgsql Exp $
12+
* $PostgreSQL: pgsql/src/backend/nodes/nodes.c,v 1.23 2004/05/06 06:11:01 neilc Exp $
1313
*
1414
* HISTORY
1515
* Andrew Yu Oct 20, 1994 file creation

0 commit comments

Comments
 (0)