summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/options.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2014-01-09 13:58:06 +0000
committernicm <nicm@openbsd.org>2014-01-09 13:58:06 +0000
commita8e0565abc6e6656d7e8b44e95584b49e14324a7 (patch)
tree32cb69967d177891afa4f471affef84e167cc57f /usr.bin/tmux/options.c
parentSimplify args_set, from Tiago Cunha. (diff)
downloadwireguard-openbsd-a8e0565abc6e6656d7e8b44e95584b49e14324a7.tar.xz
wireguard-openbsd-a8e0565abc6e6656d7e8b44e95584b49e14324a7.zip
Style and comment fixes from Tiago Cunha.
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);