cosmetic: Fix typo in comment

Change-Id: I6567065b8ec0082b21c371bbd0c2e85fecc96c90
diff --git a/src/tbf.h b/src/tbf.h
index 99aba67..936ff65 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -275,8 +275,8 @@
 	enum gprs_rlcmac_tbf_direction direction;
 	struct gprs_rlcmac_trx *trx;
 	uint8_t first_ts; /* first TS used by TBF */
-	uint8_t first_common_ts; /* first TS that the phone can send and
-		reveive simultaniously */
+	uint8_t first_common_ts; /* first TS where the phone can send and
+		receive simultaniously */
 	uint8_t control_ts; /* timeslot control messages and polling */
 	struct gprs_rlcmac_pdch *pdch[8]; /* list of PDCHs allocated to TBF */