Fix comment
This commit is contained in:
@@ -17,7 +17,8 @@ enum UC_MBUF_FLAGS {
|
||||
};
|
||||
|
||||
struct MBuf {
|
||||
/** next pointer, user can use this for a linked list*/
|
||||
/** prev/next pointer, user can use this for a linked list*/
|
||||
struct MBuf *prev;
|
||||
struct MBuf *next;
|
||||
/** Pointers the user can use to remember spots in
|
||||
* the data. (these must either be NULL pointers or point into
|
||||
|
||||
Reference in New Issue
Block a user