pgsql: Fix old typo in comment.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix old typo in comment.
Date: 2013-10-29 19:34:24
Message-ID: E1VbF3Y-0003qT-0e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix old typo in comment.

NFAs have children, but their individual states don't.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6756c8ad305f78a1d27875c3d40d3bf271cf4789

Modified Files
--------------
src/include/regex/regguts.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-10-30 13:15:12 pgsql: Avoid too-large shift on 32-bit Windows.
Previous Message Tom Lane 2013-10-29 00:50:11 pgsql: Prevent using strncpy with src == dest in TupleDescInitEntry.