Trivial correction to some comments

This commit is contained in:
Gregory Nutt 2015-05-28 19:43:35 -06:00
parent b5c005d5a4
commit 4747c04c94
1 changed files with 0 additions and 2 deletions

View File

@ -71,8 +71,6 @@ static FAR struct devif_callback_s *g_cbfreelist = NULL;
*
* Description:
* Configure the pre-allocated callback structures into a free list.
* This is called internally as part of uIP initialization and should not
* be accessed from the application or socket layer.
*
* Assumptions:
* This function is called with interrupts disabled.