aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libvlr/vlr_lu_fsm.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/libvlr/vlr_lu_fsm.c')
-rw-r--r--openbsc/src/libvlr/vlr_lu_fsm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/libvlr/vlr_lu_fsm.c b/openbsc/src/libvlr/vlr_lu_fsm.c
index b3b93ff87..110851e7e 100644
--- a/openbsc/src/libvlr/vlr_lu_fsm.c
+++ b/openbsc/src/libvlr/vlr_lu_fsm.c
@@ -516,8 +516,8 @@ enum vlr_lu_state {
VLR_ULA_S_WAIT_PVLR, /* Waiting for ID from PVLR */
VLR_ULA_S_WAIT_AUTH, /* Waiting for Authentication */
VLR_ULA_S_WAIT_IMSI, /* Waiting for IMSI from MS */
- VLR_ULA_S_WAIT_HLR_UPD,/* Waiting for end of HLR update */
- VLR_ULA_S_WAIT_LU_COMPL, /* Waitig for LU complete */
+ VLR_ULA_S_WAIT_HLR_UPD, /* Waiting for end of HLR update */
+ VLR_ULA_S_WAIT_LU_COMPL,/* Waiting for LU complete */
VLR_ULA_S_WAIT_LU_COMPL_STANDALONE, /* Standalone VLR */
VLR_ULA_S_DONE
};