aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@espeweb.net>2021-02-08 18:35:09 +0100
committerPau Espin Pedrol <pespin@espeweb.net>2021-02-08 18:35:13 +0100
commitabba102d7b26333f92a3a334c80d5fceb2a6b21b (patch)
tree86cfc7e3049ee1cecc4db6a535fdda5d5cf46cc8
parent830ca26034241fb8ed5b33d0004c886fd2195f9a (diff)
cosmetic: fix typo in comment
-rw-r--r--src/gsm_rlcmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm_rlcmac.c b/src/gsm_rlcmac.c
index 9b8782d0..c56526ec 100644
--- a/src/gsm_rlcmac.c
+++ b/src/gsm_rlcmac.c
@@ -5832,7 +5832,7 @@ int encode_gsm_rlcmac_downlink(struct bitvec *vector, RlcMacDownlink_t * data)
LOGP(DRLCMACDATA, LOGL_NOTICE, "Payload Type: RESERVED (3)\n");
return CSN_ERROR_GENERAL;
}
- /* We can decode the message */
+ /* We can encode the message */
else
{
/* First print the message type and create a tree item */