amr: cosmetic: fix grammer in comment

Change-Id: I01ad26986d925acdcdb3760f89b8a85dccdc3d5b
This commit is contained in:
Philipp Maier 2022-02-15 14:33:17 +01:00
parent 2687d8fb72
commit d24a436bc7
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ bool osmo_amr_is_oa(uint8_t *payload, unsigned int payload_len)
* mode normally relys on out of band methods that explicitly select
* one of the two modes. (See also RFC 3267, chapter 3.8). However the
* A interface in GSM does not provide ways to communicate which mode
* is used exactly used. The following functions uses some heuristics
* to check if an AMR payload is octet aligned or not. */
* is exactly used. The following functions uses some heuristics to
* check if an AMR payload is octet aligned or not. */
struct amr_hdr *oa_hdr = (struct amr_hdr *)payload;
unsigned int frame_len;