diff options
author | 2010-05-25 19:47:30 +0000 | |
---|---|---|
committer | 2010-05-25 19:47:30 +0000 | |
commit | 64bc0f0e682e045cf3cc8e934016e3b761b33c8d (patch) | |
tree | 91ac905798c009f0ea6a0c95dc620a97af1c4a16 | |
parent | use opendev(), as requested in 6373. document this using text borrowed from (diff) | |
download | wireguard-openbsd-64bc0f0e682e045cf3cc8e934016e3b761b33c8d.tar.xz wireguard-openbsd-64bc0f0e682e045cf3cc8e934016e3b761b33c8d.zip |
Fix an out-of-date comment.
-rw-r--r-- | usr.bin/tmux/cfg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cfg.c b/usr.bin/tmux/cfg.c index a078719c642..10a7c9fccb9 100644 --- a/usr.bin/tmux/cfg.c +++ b/usr.bin/tmux/cfg.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cfg.c,v 1.10 2010/02/06 23:22:27 nicm Exp $ */ +/* $OpenBSD: cfg.c,v 1.11 2010/05/25 19:47:30 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -69,7 +69,7 @@ cfg_add_cause(struct causelist *causes, const char *fmt, ...) /* * Load configuration file. Returns -1 for an error with a list of messages in - * causes. Note that causes and ncauses must be initialised by the caller! + * causes. Note that causes must be initialised by the caller! */ int load_cfg(const char *path, struct cmd_ctx *ctxin, struct causelist *causes) |