Explorar el Código

Fix documentation

Samuel Thibault hace 8 años
padre
commit
afca1818c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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