aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShinjo Park <peremen@gmail.com>2018-10-07 20:25:06 +0200
committerShinjo Park <peremen@gmail.com>2018-10-07 20:25:06 +0200
commit0903fce28be85f28b1c9e803df8cec69fefa2de9 (patch)
tree1ed0075ed84114a5954f4386bb47e8b075bc5863
parentf589cbbdee7f78256af3a33f962faa1349f4791d (diff)
GSMTAP: fix typos in comments
-rw-r--r--include/osmocom/core/gsmtap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/core/gsmtap.h b/include/osmocom/core/gsmtap.h
index 9c2965be..35ba71e5 100644
--- a/include/osmocom/core/gsmtap.h
+++ b/include/osmocom/core/gsmtap.h
@@ -281,7 +281,7 @@ enum {
};
/* ====== DO NOT MAKE UNAPPROVED MODIFICATIONS HERE ===== */
-/*! Structure of the GTMTAP pseudo-header */
+/*! Structure of the GSMTAP pseudo-header */
struct gsmtap_hdr {
uint8_t version; /*!< version, set to 0x01 currently */
uint8_t hdr_len; /*!< length in number of 32bit words */
@@ -301,7 +301,7 @@ struct gsmtap_hdr {
} __attribute__((packed));
-/*! Structure of the GTMTAP libosmocore logging header */
+/*! Structure of the GSMTAP libosmocore logging header */
struct gsmtap_osmocore_log_hdr {
struct {
uint32_t sec;