aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-09-27 12:58:23 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-09-27 12:58:23 +0200
commit470cc124471547785d4f12b8ae3d565c5976da67 (patch)
tree9ae9771849ebf65be661e38316c138d5f6e9fe9a /src
parent772ca6195e752c79ef34086b4a41d786e2a921a1 (diff)
cosmetic: Fix typo in API doc
Diffstat (limited to 'src')
-rw-r--r--src/msgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msgb.c b/src/msgb.c
index 4edbdf34..fbb157ae 100644
--- a/src/msgb.c
+++ b/src/msgb.c
@@ -64,7 +64,7 @@
#include <osmocom/core/talloc.h>
#include <osmocom/core/logging.h>
-/*! Allocate a new message buffer from given talloc cotext
+/*! Allocate a new message buffer from given talloc context
* \param[in] ctx talloc context from which to allocate
* \param[in] size Length in octets, including headroom
* \param[in] name Human-readable name to be associated with msgb