cosmetic: tbf_fsm: Fix typo in comment

Change-Id: Iba0d438f9ce20a5a4e293b0b36565f182824a136
This commit is contained in:
Pau Espin 2023-06-19 17:44:33 +02:00 committed by pespin
parent 95ec50c9e4
commit 556dc18109
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ enum tbf_fsm_states {
TBF_ST_FLOW, /* RLC/MAC flow, resource needed */
TBF_ST_FINISHED, /* flow finished, wait for release */
TBF_ST_WAIT_RELEASE,/* DL TBF: wait for release or restart */
TBF_ST_RELEASING, /* releasing, wait to free TBI/USF */
TBF_ST_RELEASING, /* releasing, wait to free TFI/USF */
};
struct tbf_dl_fsm_ctx {