Skip to content

Commit

Permalink
Fixed comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheStefan committed Jul 14, 2016
1 parent 68f3a2d commit 9e55ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
* To access an entry in the list by index, use @ref list_nth_entry or
* @ref list_nth_data.
*
* To modify data in the list use @ref list_set.
* To modify data in the list use @ref list_set_data.
*
* To sort a list, use @ref list_sort.
*
Expand Down
2 changes: 1 addition & 1 deletion src/slist.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* @li To find the next entry, use @ref slist_next.
* @li To access the value stored at the entry, use @ref slist_data.
* @li To set the value stored at the entry, use @ref slist_set.
* @li To set the value stored at the entry, use @ref slist_set_data.
* @li To remove the entry, use @ref slist_remove_entry.
*
*/
Expand Down

0 comments on commit 9e55ed3

Please sign in to comment.