tbf: Fix typo and call it same
diff --git a/src/tbf.cpp b/src/tbf.cpp
index 5d7e4ef..c702405 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -223,7 +223,7 @@
 	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");