Typos Fix

This commit is contained in:
Pallavi Das 2025-04-17 22:42:28 +05:30 committed by Sukchan Lee
parent 90cb00ced3
commit cd80aa432e
26 changed files with 40 additions and 40 deletions

View file

@ -73,7 +73,7 @@ static void event_termination(void)
{
ogs_sbi_nf_instance_t *nf_instance = NULL;
/* Sending NF Instance De-registeration to NRF */
/* Sending NF Instance De-registration to NRF */
ogs_list_for_each(&ogs_sbi_self()->nf_instance_list, nf_instance)
ogs_sbi_nf_fsm_fini(nf_instance);
@ -117,7 +117,7 @@ static void af_main(void *data)
/*
* After ogs_pollset_poll(), ogs_timer_mgr_expire() must be called.
*
* The reason is why ogs_timer_mgr_next() can get the corrent value
* The reason is why ogs_timer_mgr_next() can get the current value
* when ogs_timer_stop() is called internally in ogs_timer_mgr_expire().
*
* You should not use event-queue before ogs_timer_mgr_expire().