瀏覽代碼

Fix documentation

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