cosmetic: Fix typo in comment

Change-Id: I9e6d0963533e15e73fb51bed11af563a62b92ecb
This commit is contained in:
Pau Espin 2021-10-19 14:20:11 +02:00
parent affd6a7f7a
commit 9f43c65c99
1 changed files with 1 additions and 1 deletions

View File

@ -6167,7 +6167,7 @@ int decode_gsm_ra_cap(struct bitvec *vector, MS_Radio_Access_capability_t *data)
csnStreamInit(&ar, 0, 8 * vector->data_len);
/* recursive csnStreamEncoder call uses LOGPC everywhere, so we need to start the log somewhere... */
/* recursive csnStreamDecoder call uses LOGPC everywhere, so we need to start the log somewhere... */
LOGP(DCSN1, LOGL_INFO, "csnStreamDecoder (RAcap): ");
ret = csnStreamDecoder(&ar, CSNDESCR(MS_Radio_Access_capability_t), vector, &readIndex, data);