Skip to content

Commit 259acb0

Browse files
fix queue's spelling
Address RIOT-OS#1041 (comment)
1 parent c48485c commit 259acb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/include/queue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void queue_add_tail(queue_node_t *root, queue_node_t *new_obj);
5959
void queue_add_head(queue_node_t *root, queue_node_t *new_obj);
6060

6161
/**
62-
* @brief remove the queues head
62+
* @brief remove the queue's head
6363
*
6464
* @param[out] root the queue's root
6565
*

0 commit comments

Comments
 (0)