api doc typo fix in core/logging.h

Change-Id: I3f1cd5b10e7beccb61f370d7f8fa2666e56542cf
This commit is contained in:
Neels Hofmeyr 2017-06-20 04:29:38 +02:00
parent 87e4550585
commit fc47b03f33
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ void logp(int subsys, const char *file, int line, int cont, const char *format,
#define DLM3UA -16 /*!< Osmocom M3UA */
#define OSMO_NUM_DLIB 16 /*!< Number of logging sub-systems in libraries */
/*! Configuration of singgle log category / sub-system */
/*! Configuration of single log category / sub-system */
struct log_category {
uint8_t loglevel; /*!< configured log-level */
uint8_t enabled; /*!< is logging enabled? */