Fix comment

This commit is contained in:
Nils O. Selåsdal
2013-09-26 22:22:19 +02:00
parent 5be46cd043
commit ff0fd32ae1
+2 -1
View File
@@ -17,7 +17,8 @@ enum UC_MBUF_FLAGS {
}; };
struct MBuf { 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; struct MBuf *next;
/** Pointers the user can use to remember spots in /** Pointers the user can use to remember spots in
* the data. (these must either be NULL pointers or point into * the data. (these must either be NULL pointers or point into