From: Pavel Tvrdik Date: Wed, 30 Nov 2016 09:21:43 +0000 (+0100) Subject: conf/conf.h: Fix a description of a variable in a structure X-Git-Tag: v2.0.0-pre0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd7958776baede8175505aa6813ffa96f3ec43fa;p=thirdparty%2Fbird.git conf/conf.h: Fix a description of a variable in a structure --- diff --git a/conf/conf.h b/conf/conf.h index cb5ade47c..4b245e000 100644 --- a/conf/conf.h +++ b/conf/conf.h @@ -23,7 +23,7 @@ struct config { list protos; /* Configured protocol instances (struct proto_config) */ list tables; /* Configured routing tables (struct rtable_config) */ list logfiles; /* Configured log files (sysdep) */ - list tests; /* Configured unit tests */ + list tests; /* Configured unit tests (f_bt_test_suite) */ int mrtdump_file; /* Configured MRTDump file (sysdep, fd in unix) */ char *syslog_name; /* Name used for syslog (NULL -> no syslog) */