Typo fixes

Merges https://github.com/espressif/esp-idf/pull/831
This commit is contained in:
Lacy Rhoades 2017-07-23 20:33:20 -04:00 committed by Angus Gratton
parent 76cb1bac2b
commit c61b3e89f1

View file

@ -104,7 +104,7 @@ typedef intr_handle_data_t* intr_handle_t ;
esp_err_t esp_intr_mark_shared(int intno, int cpu, bool is_in_iram);
/**
* @brief Reserve an interrupt to be used outside of this framewoek
* @brief Reserve an interrupt to be used outside of this framework
*
* This will mark a certain interrupt on the specified CPU as
* reserved, not to be allocated for any reason.