소스 검색

fix comment

Samuel Thibault 8 년 전
부모
커밋
ea2d985f9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/prio_list.h

+ 1 - 1
src/common/prio_list.h

@@ -37,7 +37,7 @@
  *   * Test that the priority list is empty
  * void FOO_prio_list_empty(struct FOO_prio_list*)
  *   * Erase element from the priority list
- * void FOO_prio_list_empty(struct FOO_prio_list*, struct FOO*)
+ * void FOO_prio_list_erase(struct FOO_prio_list*, struct FOO*)
  *   * Return and erase the first element of the priority list
  * void FOO_prio_list_pop_front(struct FOO_prio_list*)
  *   * Catenate second priority list at ends of the first priority list