From d1cb5531d691f3cb3daadb58b2427d9dbdeed513 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Thu, 11 Jun 2020 22:10:19 +0200 Subject: [PATCH] demux: fix typo --- srsue/src/stack/mac/demux.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srsue/src/stack/mac/demux.cc b/srsue/src/stack/mac/demux.cc index d9847154f..0efc948d2 100644 --- a/srsue/src/stack/mac/demux.cc +++ b/srsue/src/stack/mac/demux.cc @@ -83,7 +83,7 @@ uint8_t* demux::request_buffer(uint32_t len) /* Demultiplexing of MAC PDU associated with a Temporal C-RNTI. The PDU will * remain in buffer until demultiplex_pending_pdu() is called. * This features is provided to enable the Random Access Procedure to decide - * wether the PDU shall pass to upper layers or not, which depends on the + * whether the PDU shall pass to upper layers or not, which depends on the * Contention Resolution result. * * Warning: this function does some processing here assuming ACK deadline is not an