aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-21 21:42:20 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-21 21:42:20 +0100
commitc6382ddd6eb5b7afde5a5a479b64265f078309bc (patch)
tree9492b6741b6a668a66a5ee04a0690ed3d6f97adb /src/tbf.h
parent6058220d2a05bada0a656809f9011fc86a1e22a5 (diff)
rlc: Add a simple test for the RLC data structure for the init
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tbf.h b/src/tbf.h
index e95ed204..0eacec5d 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -90,7 +90,7 @@ struct gprs_rlc_data {
/* block history */
uint8_t block[RLC_MAX_LEN];
- /* block len of history */
+ /* block len of history */
uint8_t len;
};