Skip to content

Commit

Permalink
misspeling in queue.h
Browse files Browse the repository at this point in the history
  • Loading branch information
petschow committed Jul 24, 2013
1 parent 46bd0a7 commit 9a4a49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INCLUDE/queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ typedef struct {

/* Functionality of the queue */
queue_t *PMR_create_empty_queue(void);
int PMR_insert_task_at_fron(queue_t *queue, task_t *task);
int PMR_insert_task_at_front(queue_t *queue, task_t *task);
int PMR_insert_task_at_back(queue_t *queue, task_t *task);
task_t *PMR_remove_task_at_front(queue_t *queue);
task_t *PMR_remove_task_at_back(queue_t *queue);
Expand Down

0 comments on commit 9a4a49c

Please sign in to comment.