aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-08-25 13:03:35 +0200
committerlaforge <laforge@osmocom.org>2020-08-25 11:42:46 +0000
commite9fd7ff9d99dd4b040aa6030169405402cbd8116 (patch)
tree75ed95a5488d54f65c706157ea71148817e64cdd /include
parent1cbdee36b6e1afc8b931b196f1928d3c6069f885 (diff)
l1sap.h: Fix typo in doxygen documentation
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/gsm/l1sap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h
index 11b27730..d1396908 100644
--- a/include/osmocom/gsm/l1sap.h
+++ b/include/osmocom/gsm/l1sap.h
@@ -126,7 +126,7 @@ struct info_meas_ind_param {
/*! for {ACTIVATE,DEACTIVATE,MODIFY} MPH-INFO.req */
struct info_act_req_param {
uint8_t chan_nr; /*!< Channel Number (Like RSL) */
- uint8_t sacch_only; /*!< \breif Only deactivate SACCH */
+ uint8_t sacch_only; /*!< \brief Only deactivate SACCH */
};
/*! for {ACTIVATE,DEACTIVATE} MPH-INFO.cnf */