aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-25 19:15:57 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-12-25 19:19:52 +0100
commit8d2826b9dbc6cd181b55cac6fdac62fbbe55486f (patch)
tree848c2f6643026fb074309134ecb37aec79992e23 /src/tbf.cpp
parentc073819eba374b1ba0bf1bc8e39dde9c9a94f1f0 (diff)
tbf: Fix typo and call it same
Diffstat (limited to 'src/tbf.cpp')
-rw-r--r--src/tbf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tbf.cpp b/src/tbf.cpp
index b04efe81..b8b76ea9 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -223,7 +223,7 @@ struct gprs_rlcmac_tbf *tbf_alloc_ul(struct gprs_rlcmac_bts *bts,
int8_t tfi; /* must be signed */
#warning "Copy and paste with tbf_new_dl_assignment"
- /* create new TBF, use sme TRX as DL TBF */
+ /* create new TBF, use same TRX as DL TBF */
tfi = bts->bts->tfi_find_free(GPRS_RLCMAC_UL_TBF, &trx, use_trx);
if (tfi < 0) {
LOGP(DRLCMAC, LOGL_NOTICE, "No PDCH resource\n");