From 5c2750a9604cb9ed3c695df245f0c22a85d0967c Mon Sep 17 00:00:00 2001 From: Matias N Date: Wed, 28 Oct 2020 23:52:26 -0300 Subject: [PATCH] fix typos --- net/bluetooth/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index b4479b5380..65e8e5d804 100644 --- a/net/bluetooth/Kconfig +++ b/net/bluetooth/Kconfig @@ -38,10 +38,10 @@ config NET_BLUETOOTH_BACKLOG default 8 range 0 255 ---help--- - As frames are received, then are help in an RX queue. They remain + As frames are received, they are held in an RX queue. They remain in the RX queue until application logic reads the queue frames. To prevent overrun, the maximum backlog may be set to a nonzero value. - What the backlog of queue frames reaches that count, the olds frame + When the backlog of queue frames reaches that count, the old frame will be freed, preventing overrun at the cost of losing the oldest frames.