Style and comment fixes from Tiago Cunha.

This commit is contained in:
nicm
2014-01-09 13:58:06 +00:00
parent 66829ee12e
commit 994cb872cf
3 changed files with 3 additions and 4 deletions

View File

@ -26,7 +26,7 @@
/*
* Option handling; each option has a name, type and value and is stored in
* a splay tree.
* a red-black tree.
*/
RB_GENERATE(options_tree, options_entry, entry, options_cmp);