[MME] cosmetic: Fix typo in comment

This commit is contained in:
Pau Espin 2024-01-02 13:14:41 +01:00 committed by Sukchan Lee
parent f0de33833b
commit 7d9f6181f3
1 changed files with 1 additions and 1 deletions

View File

@ -3164,7 +3164,7 @@ void mme_ue_confirm_guti(mme_ue_t *mme_ue)
ogs_assert(mme_m_tmsi_free(mme_ue->current.m_tmsi) == OGS_OK);
}
/* Copying from Current to Next Guti */
/* Copying from Next to Current Guti */
mme_ue->current.m_tmsi = mme_ue->next.m_tmsi;
memcpy(&mme_ue->current.guti,
&mme_ue->next.guti, sizeof(ogs_nas_eps_guti_t));