From d3cd9e7afa4b248acf497e1d128bc4176a373dae Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 12 Mar 2024 17:42:56 +0100 Subject: [PATCH] cosmetic: Fix typo in comment Change-Id: Ie13952075be29201751d5b7884ca572a285ca9dd --- src/osmo-hnodeb/hnb_shutdown_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osmo-hnodeb/hnb_shutdown_fsm.c b/src/osmo-hnodeb/hnb_shutdown_fsm.c index 7c9eee8..9d7e186 100644 --- a/src/osmo-hnodeb/hnb_shutdown_fsm.c +++ b/src/osmo-hnodeb/hnb_shutdown_fsm.c @@ -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? */