diff options
author | Neil Conway <neilc@samurai.com> | 2007-02-01 04:16:08 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2007-02-01 04:16:08 +0000 |
commit | dbcaee49b5352576a99995fb0afc82f7e2163e4f (patch) | |
tree | d3a851d748ca872b22de659d860837062468f905 /src/backend/access/gin/ginget.c | |
parent | b3687889c486d3a808cad0b46d6bf6c71d943d1c (diff) |
Fix a few typos in comments in GiN.
Diffstat (limited to 'src/backend/access/gin/ginget.c')
-rw-r--r-- | src/backend/access/gin/ginget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/gin/ginget.c b/src/backend/access/gin/ginget.c index 2366f3f727e..91642f340e9 100644 --- a/src/backend/access/gin/ginget.c +++ b/src/backend/access/gin/ginget.c @@ -8,7 +8,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/access/gin/ginget.c,v 1.6 2007/01/31 15:09:45 teodor Exp $ + * $PostgreSQL: pgsql/src/backend/access/gin/ginget.c,v 1.7 2007/02/01 04:16:08 neilc Exp $ *------------------------------------------------------------------------- */ @@ -168,7 +168,7 @@ startScanKey(Relation index, GinState *ginstate, GinScanKey key) if (GinFuzzySearchLimit > 0) { /* - * If all of keys more than treshold we will try to reduce result, + * If all of keys more than threshold we will try to reduce result, * we hope (and only hope, for intersection operation of array our * supposition isn't true), that total result will not more than * minimal predictNumberResult. |