summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authornicm <nicm>2014-01-09 13:58:06 +0000
committernicm <nicm>2014-01-09 13:58:06 +0000
commit994cb872cfb5ef49a08a714d093d92bfee79b0e8 (patch)
tree05c8cd05b5ca00c986bdc4a8a9dd965ff29f7b93 /options.c
parent66829ee12e45656fccfe8879b7ac2f983d138b42 (diff)
Style and comment fixes from Tiago Cunha.
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index ec036741..51a6608e 100644
--- a/options.c
+++ b/options.c
@@ -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);