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>2014-01-15 10:33:56 +0100
commitba263680400d5d22baee765f84783c8ba294dbd2 (patch)
tree465e95f348f480d9eaf1e08018fcef9590a48e25 /src/tbf.cpp
parent6f791d049ae94b0e48efd02602f9f456c2d70984 (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 5d7e4efb..c7024058 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");