Fix an out-of-date comment.

This commit is contained in:
Nicholas Marriott 2010-05-25 19:47:30 +00:00
parent 4f5c5b37b8
commit 608eef731a
1 changed files with 1 additions and 1 deletions

2
cfg.c
View File

@ -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)