Fix typo in comment.

This commit is contained in:
Neil Conway 2005-05-16 06:45:57 +00:00
parent 3994ffb479
commit c6c6fa8f7e

View 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;