Fixed comments for pbuf_copy() and find_entry() as proposed by Luca Ceresoli on lwip-users

This commit is contained in:
goldsimon
2008-04-01 19:05:40 +00:00
parent 05587f5da9
commit a9aefcc1be
2 changed files with 3 additions and 3 deletions

View File

@@ -667,8 +667,8 @@ pbuf_dechain(struct pbuf *p)
*
* @note Only one packet is copied, no packet queue!
*
* @param p_to pbuf source of the copy
* @param p_from pbuf destination of the copy
* @param p_to pbuf destination of the copy
* @param p_from pbuf source of the copy
*
* @return ERR_OK if pbuf was copied
* ERR_ARG if one of the pbufs is NULL or p_to is not big