Skip to content
Snippets Groups Projects
Commit d370278c authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix a typo.

parent 31f68d53
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ field_compare(struct field *f1, struct field *f2, enum field_data_type type)
* Compare index_tree_members only by fields defined in index->field_cmp_order.
* Return:
* Common meaning:
* < 0 - a is smaler than b
* < 0 - a is smaller than b
* == 0 - a is equal to b
* > 0 - a is greater than b
* Custom treatment (by absolute value):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment