OSDN Git Service

Fix typo in comment.
authorNeil Conway <neilc@samurai.com>
Mon, 16 May 2005 06:45:57 +0000 (06:45 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 16 May 2005 06:45:57 +0000 (06:45 +0000)
contrib/btree_gist/btree_utils_var.c

index 7b1b40c..d751a11 100644 (file)
@@ -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;