aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-10-25 11:49:21 +0200
committerOliver Smith <osmith@sysmocom.de>2018-10-25 11:56:19 +0200
commite74f49d973da4d6dce741deee0d249e5848d06ce (patch)
tree397422f2561e0529b72ad5f2946a459c013609b5
parent0c878fd4f5b5029704b57fee63ecf8f07c8fdedf (diff)
cosmetic: fix typo (soocket -> socket)
-rw-r--r--src/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.c b/src/socket.c
index a85edb73..bb5505f9 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -682,7 +682,7 @@ int osmo_sock_unix_init_ofd(struct osmo_fd *ofd, uint16_t type, uint8_t proto,
return osmo_fd_init_ofd(ofd, osmo_sock_unix_init(type, proto, socket_path, flags));
}
-/*! Get address/port information on soocket in dyn-alloc string
+/*! Get address/port information on socket in dyn-alloc string
* \param[in] ctx talloc context from which to allocate string buffer
* \param[in] fd file descriptor of socket
* \returns string identifying the connection of this socket