From dbcaee49b5352576a99995fb0afc82f7e2163e4f Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Thu, 1 Feb 2007 04:16:08 +0000 Subject: Fix a few typos in comments in GiN. --- src/backend/access/gin/ginget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/access/gin/ginget.c') 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. -- cgit v1.2.3