aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_utils_var.c
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2005-05-16 06:45:57 +0000
committerNeil Conway <neilc@samurai.com>2005-05-16 06:45:57 +0000
commitc6c6fa8f7efd972735ee88d0f1745a5ab3416dd6 (patch)
tree55e58b0944c48197a70b6f5ee359186d27962d85 /contrib/btree_gist/btree_utils_var.c
parent3994ffb47909b3222d5e7f78b8365535845569f5 (diff)
downloadpostgresql-c6c6fa8f7efd972735ee88d0f1745a5ab3416dd6.tar.gz
postgresql-c6c6fa8f7efd972735ee88d0f1745a5ab3416dd6.zip
Fix typo in comment.
Diffstat (limited to 'contrib/btree_gist/btree_utils_var.c')
-rw-r--r--contrib/btree_gist/btree_utils_var.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/btree_gist/btree_utils_var.c b/contrib/btree_gist/btree_utils_var.c
index 7b1b40c7b57..d751a11f0eb 100644
--- a/contrib/btree_gist/btree_utils_var.c
+++ b/contrib/btree_gist/btree_utils_var.c
@@ -444,7 +444,7 @@ gbt_var_penalty(float *res, const GISTENTRY *o, const GISTENTRY *n, const gbtree
/*
- * Fortunately, this sort comparsion routine needn't be reentrant...
+ * Fortunately, this sort comparison routine needn't be reentrant...
*/
static const gbtree_vinfo *gbt_vsrt_cmp_tinfo;