pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/29783 )
Change subject: cosmetic: Fix typo in comment ......................................................................
cosmetic: Fix typo in comment
Change-Id: I6afe7a7a2ae977782e7f13b1ee90b6c8aafe3050 --- M src/osmo-bsc/osmo_bsc_main.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved pespin: Looks good to me, but someone else must approve
diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c index 5452609..863ceea 100644 --- a/src/osmo-bsc/osmo_bsc_main.c +++ b/src/osmo-bsc/osmo_bsc_main.c @@ -829,7 +829,7 @@ struct mgcp_client *mgcp_client_single; unsigned int pool_members_initalized;
- /* Initalize MGW pool. This initalizes and connects all MGCP clients that are currently configured in + /* Initialize MGW pool. This initalizes and connects all MGCP clients that are currently configured in * the pool. Adding additional MGCP clients to the pool is possible but the user has to configure and * (re)connect them manually from the VTY. */ pool_members_initalized = mgcp_client_pool_connect(bsc_gsmnet->mgw.mgw_pool);