Commit ad76433e authored by Dimitris Lampridis's avatar Dimitris Lampridis

sw: fix small typo

parent 78b3834f
...@@ -38,7 +38,7 @@ static void OUT_QUEUE_NAME(out_queue_init)(struct OUT_QUEUE_STRUCT *p) ...@@ -38,7 +38,7 @@ static void OUT_QUEUE_NAME(out_queue_init)(struct OUT_QUEUE_STRUCT *p)
/** /**
* Requests a new entry in a pulse queue. Returns pointer to the ne * Requests a new entry in a pulse queue. Returns pointer to the new
* entry or NULL if the queue is full. * entry or NULL if the queue is full.
*/ */
static struct wrtd_event *OUT_QUEUE_NAME(out_queue_push)(struct OUT_QUEUE_STRUCT *p) static struct wrtd_event *OUT_QUEUE_NAME(out_queue_push)(struct OUT_QUEUE_STRUCT *p)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment