aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/mncc.h
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2019-11-14 17:49:08 +0100
committerlaforge <laforge@osmocom.org>2019-11-19 01:04:34 +0000
commit3f07daceef8121d4d33aef8d831bf1df1966ed08 (patch)
tree94b5449d49dbd3cc43006acbb75e389232dbd1cf /include/osmocom/msc/mncc.h
parent8a50cfbc4e2eff215014c91b6ee7ad7f65d66101 (diff)
Fix some typos
Fix typos and common misspellings in code comments and log messages. Change-Id: Ie66b89065f2100c1d2125ce5a6c9b1d58df7c8ad
Diffstat (limited to 'include/osmocom/msc/mncc.h')
-rw-r--r--include/osmocom/msc/mncc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/msc/mncc.h b/include/osmocom/msc/mncc.h
index 28ee9b339..4414a8db2 100644
--- a/include/osmocom/msc/mncc.h
+++ b/include/osmocom/msc/mncc.h
@@ -53,7 +53,7 @@ struct gsm_call {
#define MNCC_SETUP_CNF 0x0104
#define MNCC_SETUP_COMPL_REQ 0x0105
#define MNCC_SETUP_COMPL_IND 0x0106
-/* MNCC_REJ_* is perfomed via MNCC_REL_* */
+/* MNCC_REJ_* is performed via MNCC_REL_* */
#define MNCC_CALL_CONF_IND 0x0107
#define MNCC_CALL_PROC_REQ 0x0108
#define MNCC_PROGRESS_REQ 0x0109
@@ -132,7 +132,7 @@ struct gsm_mncc {
/* which fields are present */
uint32_t fields;
- /* data derived informations (MNCC_F_ based) */
+ /* data derived information (MNCC_F_ based) */
struct gsm_mncc_bearer_cap bearer_cap;
struct gsm_mncc_number called;
struct gsm_mncc_number calling;