From: Neil Conway Date: Mon, 16 May 2005 06:45:57 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: REL8_1_0BETA1~789 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6c6fa8f7efd972735ee88d0f1745a5ab3416dd6;p=postgresql Fix typo in comment. --- diff --git a/contrib/btree_gist/btree_utils_var.c b/contrib/btree_gist/btree_utils_var.c index 7b1b40c7b5..d751a11f0e 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;