aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-18 10:44:15 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-18 10:44:36 +0100
commitf6d9f3759cf764d74c22dc190851371379b221de (patch)
tree5d0fc370865ebc9dac03483c8cfdb70669a9b4db
parent17b3c3aca1290a3f2c20a0858d4d499a17752ced (diff)
comment typo
-rw-r--r--include/osmocom/core/prim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/prim.h b/include/osmocom/core/prim.h
index 9e710073..99a71d5d 100644
--- a/include/osmocom/core/prim.h
+++ b/include/osmocom/core/prim.h
@@ -17,7 +17,7 @@ enum osmo_prim_operation {
PRIM_OP_REQUEST, /*!< \brief request */
PRIM_OP_RESPONSE, /*!< \brief response */
PRIM_OP_INDICATION, /*!< \brief indication */
- PRIM_OP_CONFIRM, /*!< \brief cofirm */
+ PRIM_OP_CONFIRM, /*!< \brief confirm */
};
extern const struct value_string osmo_prim_op_names[5];