diff options
author | Robert Haas <rhaas@postgresql.org> | 2012-04-23 22:43:09 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2012-04-23 22:43:09 -0400 |
commit | 5d4b60f2f25bedee257aaf6f2f4ac77028629b87 (patch) | |
tree | f0f7fa40b63a23b10e9d03ea47f97020565a66f6 /src/backend/utils/adt/tsquery_cleanup.c | |
parent | 7ab9b2f3b79177e501a1ef90ed004cc68788abaf (diff) | |
download | postgresql-5d4b60f2f25bedee257aaf6f2f4ac77028629b87.tar.gz postgresql-5d4b60f2f25bedee257aaf6f2f4ac77028629b87.zip |
Lots of doc corrections.
Josh Kupershmidt
Diffstat (limited to 'src/backend/utils/adt/tsquery_cleanup.c')
-rw-r--r-- | src/backend/utils/adt/tsquery_cleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/tsquery_cleanup.c b/src/backend/utils/adt/tsquery_cleanup.c index 23493e9fbb1..054b529845a 100644 --- a/src/backend/utils/adt/tsquery_cleanup.c +++ b/src/backend/utils/adt/tsquery_cleanup.c @@ -124,7 +124,7 @@ freetree(NODE *node) /* * clean tree for ! operator. - * It's usefull for debug, but in + * It's useful for debug, but in * other case, such view is used with search in index. * Operator ! always return TRUE */ |