aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/sgs_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/sgs_server.h')
-rw-r--r--include/osmocom/msc/sgs_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/msc/sgs_server.h b/include/osmocom/msc/sgs_server.h
index a89022d9e..400bd9e80 100644
--- a/include/osmocom/msc/sgs_server.h
+++ b/include/osmocom/msc/sgs_server.h
@@ -44,7 +44,7 @@ struct sgs_state {
char vlr_name[SGS_VLR_NAME_MAXLEN];
/* timers on VLR side */
unsigned int timer[_NUM_SGS_STATE_TIMERS];
- /* countrs on VLR side */
+ /* counters on VLR side */
unsigned int counter[_NUM_SGS_STATE_COUNTERS];
} cfg;
};