diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-06-20 04:29:38 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-06-23 00:18:23 +0000 |
commit | fc47b03f335ccee15ffdbcdd0392014c0b0f9bd2 (patch) | |
tree | 958b852d40b7bf084cdf3c7f4dc895e944e258c0 /include | |
parent | 87e4550585c643e97e0003119b254251ac5ed1d4 (diff) |
api doc typo fix in core/logging.h
Change-Id: I3f1cd5b10e7beccb61f370d7f8fa2666e56542cf
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/core/logging.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/logging.h b/include/osmocom/core/logging.h index 4721713e..bb5aa421 100644 --- a/include/osmocom/core/logging.h +++ b/include/osmocom/core/logging.h @@ -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? */ |