From: Mahavir Jain Date: Wed, 6 Jun 2018 12:52:32 +0000 (+0530) Subject: bt: fix typo in documentation X-Git-Tag: v3.1-beta1~49^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a9fc19f38091fc71f89d624e86e362c2e090692;p=esp-idf bt: fix typo in documentation Signed-off-by: Mahavir Jain --- diff --git a/components/bt/include/esp_bt.h b/components/bt/include/esp_bt.h index 28aa3cbdfb..9b599f428d 100644 --- a/components/bt/include/esp_bt.h +++ b/components/bt/include/esp_bt.h @@ -291,7 +291,7 @@ void esp_vhci_host_register_callback(const esp_vhci_host_callback_t *callback); /** @brief esp_bt_controller_mem_release * release the memory by mode, if never use the bluetooth mode - * it can release the .bbs, .data and other section to heap. + * it can release the .bss, .data and other section to heap. * The total size is about 70k bytes. * * esp_bt_controller_mem_release(mode) should be called only before esp_bt_controller_init()