diff options
author | Thomas Munro <tmunro@postgresql.org> | 2018-08-27 09:32:59 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2018-08-27 09:34:35 +1200 |
commit | 9ca2207990002a2fd594fd7f9776d9d91acba189 (patch) | |
tree | fc3841ad70c3ab058f0d3e05cbf4625dddc0363d /src/backend/utils/adt/geo_spgist.c | |
parent | f8fc5f5f50dbabec866dee79cd739bb3f68052a1 (diff) | |
download | postgresql-9ca2207990002a2fd594fd7f9776d9d91acba189.tar.gz postgresql-9ca2207990002a2fd594fd7f9776d9d91acba189.zip |
Fix typos.
Author: David Rowley
Discussion: https://postgr.es/m/CAKJS1f8du35u5DprpykWvgNEScxapbWYJdHq%2Bz06Wj3Y2KFPbw%40mail.gmail.com
Diffstat (limited to 'src/backend/utils/adt/geo_spgist.c')
-rw-r--r-- | src/backend/utils/adt/geo_spgist.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/utils/adt/geo_spgist.c b/src/backend/utils/adt/geo_spgist.c index 06411aea9ec..a4bdab19fd9 100644 --- a/src/backend/utils/adt/geo_spgist.c +++ b/src/backend/utils/adt/geo_spgist.c @@ -35,10 +35,10 @@ * * We are using traversal values provided by SP-GiST to calculate and * to store the bounds of the quadrants, while traversing into the tree. - * Traversal value has all the boundaries in the 4D space, and is is - * capable of transferring the required boundaries to the following - * traversal values. In conclusion, three things are necessary - * to calculate the next traversal value: + * Traversal value has all the boundaries in the 4D space, and is capable + * of transferring the required boundaries to the following traversal + * values. In conclusion, three things are necessary to calculate the + * next traversal value: * * (1) the traversal value of the parent * (2) the quadrant of the current node |