summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/imgtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/imgtool/imgtool.h')
-rw-r--r--src/tools/imgtool/imgtool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/imgtool/imgtool.h b/src/tools/imgtool/imgtool.h
index 8d40e109fb8..fb1b6023fff 100644
--- a/src/tools/imgtool/imgtool.h
+++ b/src/tools/imgtool/imgtool.h
@@ -48,7 +48,7 @@ enum
* marking up return codes with the source. In addition, some of the img_*
* calls are high level calls that simply image manipulation
*
- * Calls that return 'int' that are not explictly noted otherwise return
+ * Calls that return 'int' that are not explicitly noted otherwise return
* imgtool error codes
* ---------------------------------------------------------------------------
*/
@@ -124,7 +124,7 @@ namespace imgtool
object_pool *m_pool;
void *m_extra_bytes;
- // because of an idiosycracy of how imgtool::image::internal_open() works, we are only "okay to close"
+ // because of an idiosyncrasy of how imgtool::image::internal_open() works, we are only "okay to close"
// by invoking the module's close function once internal_open() succeeds. the long term solution is
// better C++ adoption (e.g. - std::unique_ptr<>, std:move() etc)
bool m_okay_to_close;