This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch releases/10.0 in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit 1022982650c3e096ba0ffeef6231e27b53d12e04 Author: Matias N <[email protected]> AuthorDate: Wed Oct 28 23:52:26 2020 -0300 fix typos --- net/bluetooth/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/bluetooth/Kconfig b/net/bluetooth/Kconfig index b4479b5..65e8e5d 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.
