From ff0fd32ae171408d76c63252f861af5b9d47bf70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20O=2E=20Sel=C3=A5sdal?= Date: Thu, 26 Sep 2013 22:22:19 +0200 Subject: [PATCH] Fix comment --- include/ucore/mbuf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ucore/mbuf.h b/include/ucore/mbuf.h index 3cf45cd..256354a 100644 --- a/include/ucore/mbuf.h +++ b/include/ucore/mbuf.h @@ -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