Skip to content

Commit 7926e51

Browse files
change wording of queue_add_tail
Address RIOT-OS#1041 (comment)
1 parent ec9696b commit 7926e51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/include/queue.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ typedef struct queue_node_t {
4242
} queue_node_t;
4343

4444
/**
45-
* @brief attach `new_obj` to `root` at the end
45+
* @brief attach `new_obj` to the tail of the queue (identified
46+
* `root`)
4647
*
4748
* @param[in,out] root the queue's root
4849
* @param[in] new_obj the object to append

0 commit comments

Comments
 (0)