comment typo
diff --git a/include/osmocom/core/prim.h b/include/osmocom/core/prim.h
index 9e71007..99a71d5 100644
--- a/include/osmocom/core/prim.h
+++ b/include/osmocom/core/prim.h
@@ -17,7 +17,7 @@
 	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];