From 7cae9bf71a1d784c128ff8024c1c8acdb54404f8 Mon Sep 17 00:00:00 2001 From: Cindy Wang Date: Mon, 2 Jun 2014 16:34:02 +0800 Subject: [PATCH] Update r3.h fix comment.. :p --- include/r3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/r3.h b/include/r3.h index 6db0143..95b2804 100644 --- a/include/r3.h +++ b/include/r3.h @@ -43,7 +43,7 @@ struct _node { unsigned char endpoint; unsigned char ov_cnt; - // <-- here comes a char[3] struct padding for alignment since we have 5 char above. + // <-- here comes a char[4] struct padding for alignment since we have 4 char above. /** compile-time variables here.... **/