Update r3.h

fix comment.. :p
This commit is contained in:
Cindy Wang 2014-06-02 16:34:02 +08:00
parent 2890ed142e
commit 7cae9bf71a

View file

@ -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.... **/