summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tmux/options.c')
-rw-r--r--usr.bin/tmux/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/options.c b/usr.bin/tmux/options.c
index 54476b44736..a37558717a3 100644
--- a/usr.bin/tmux/options.c
+++ b/usr.bin/tmux/options.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: options.c,v 1.8 2012/07/10 11:53:01 nicm Exp $ */
+/* $OpenBSD: options.c,v 1.9 2014/01/09 13:58:06 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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);