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:
parent
ca20c5af91
commit
b438a79d4c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue