pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/33372 )
Change subject: cosmetic: tbf_fsm: Fix typo in comment ......................................................................
cosmetic: tbf_fsm: Fix typo in comment
Change-Id: Iba0d438f9ce20a5a4e293b0b36565f182824a136 --- M src/tbf_fsm.h 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/tbf_fsm.h b/src/tbf_fsm.h index cb075f1..999b3c0 100644 --- a/src/tbf_fsm.h +++ b/src/tbf_fsm.h @@ -53,7 +53,7 @@ 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 {