From bd7958776baede8175505aa6813ffa96f3ec43fa Mon Sep 17 00:00:00 2001 From: Pavel Tvrdik Date: Wed, 30 Nov 2016 10:21:43 +0100 Subject: [PATCH] conf/conf.h: Fix a description of a variable in a structure --- conf/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/conf.h b/conf/conf.h index cb5ade47..4b245e00 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) */