1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

rtp: fix comment

This commit is contained in:
Steffen Vogel 2019-01-28 10:54:09 +01:00
parent ca20c5af91
commit b438a79d4c

View file

@ -321,7 +321,7 @@ int rtp_start(struct node *n)
int ret;
struct rtp *r = (struct rtp *) n->_vd;
/* Initialize Queue */
/* Initialize queue */
ret = queue_signalled_init(&r->recv_queue, 1024, &memory_heap, 0);
if (ret)
return ret;