From 18fb3d60b8a1dc923affa08b30735601e10a3857 Mon Sep 17 00:00:00 2001 From: Omar Chebib Date: Tue, 10 May 2022 17:13:35 +0800 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- components/efuse/esp32/esp_efuse_utility.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/efuse/esp32/esp_efuse_utility.c b/components/efuse/esp32/esp_efuse_utility.c index 56eae3f73f..c226936bdc 100644 --- a/components/efuse/esp32/esp_efuse_utility.c +++ b/components/efuse/esp32/esp_efuse_utility.c @@ -269,7 +269,7 @@ static void read_r_data(esp_efuse_block_t num_block, uint32_t* buf_r_data) } } -// This function just checkes that given data for blocks will not rise a coding issue during the burn operation. +// This function just checks that given data for blocks will not raise a coding issue during the burn operation. // Encoded data will be set during the burn operation. esp_err_t esp_efuse_utility_apply_new_coding_scheme() {