Samuel Thibault преди 7 години
родител
ревизия
afca1818c3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/common/prio_list.h

+ 1 - 1
src/common/prio_list.h

@@ -33,7 +33,7 @@
  *   * Add a new element at the end of the list of the priority of the element
  * void FOO_prio_list_push_back(struct FOO_prio_list*, struct FOO*)
  *   * Add a new element at the beginning of the list of the priority of the element
- * void FOO_prio_list_push_back(struct FOO_prio_list*, struct FOO*)
+ * void FOO_prio_list_push_front(struct FOO_prio_list*, struct FOO*)
  *   * Test that the priority list is empty
  * void FOO_prio_list_empty(struct FOO_prio_list*)
  *   * Erase element from the priority list