cosmetic: Fix typo in comment

Change-Id: Ie13952075be29201751d5b7884ca572a285ca9dd
This commit is contained in:
Pau Espin 2024-03-12 17:42:56 +01:00
parent 8ff216bf02
commit d3cd9e7afa
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ static void st_none(struct osmo_fsm_inst *fi, uint32_t event, void *data)
struct hnb *hnb = (struct hnb *)fi->priv;
switch (event) {
case HNB_SHUTDOWN_EV_START:
/* TODO: here we may want to communicate t lower layers over UDsocket that we are shutting down...
/* TODO: here we may want to communicate to lower layers over UDsocket that we are shutting down...
* TODO: Also, if Iuh link is still up, maybe send a Hnb deregister req towards HNBGW
* TODO: also signal the hnb object somehow that we are starting to shut down?
*/