From 0f565c074311d202f4524d1fd104b28c5a6adaf2 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 20 Oct 2014 10:23:40 -0400 Subject: Fix typos. Etsuro Fujita --- src/backend/utils/adt/tsgistidx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/utils/adt/tsgistidx.c') diff --git a/src/backend/utils/adt/tsgistidx.c b/src/backend/utils/adt/tsgistidx.c index bc45f114eb7..80039189c3f 100644 --- a/src/backend/utils/adt/tsgistidx.c +++ b/src/backend/utils/adt/tsgistidx.c @@ -306,7 +306,7 @@ checkcondition_arr(void *checkval, QueryOperand *val) /* Loop invariant: StopLow <= val < StopHigh */ /* - * we are not able to find a a prefix by hash value + * we are not able to find a prefix by hash value */ if (val->prefix) return true; @@ -329,7 +329,7 @@ static bool checkcondition_bit(void *checkval, QueryOperand *val) { /* - * we are not able to find a a prefix in signature tree + * we are not able to find a prefix in signature tree */ if (val->prefix) return true; -- cgit v1.2.3