=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cfg.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/tmux/cfg.c 2010/02/06 23:22:27 1.10 +++ src/usr.bin/tmux/cfg.c 2010/05/25 19:47:30 1.11 @@ -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 @@ -69,7 +69,7 @@ /* * 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)