[enco] fix typo in comment (#2801)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 10 Jan 2019 04:07:23 +0000 (13:07 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 10 Jan 2019 04:07:23 +0000 (13:07 +0900)
This will fix typo in reduce_identical_object comment

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
contrib/enco/core/src/Transforms/IdenticalObjectReduction.cpp

index 81751b9..cb996d2 100644 (file)
@@ -31,7 +31,7 @@ void reduce_identical_object(enco::Code *code)
   // Preceding optimizations may generate "free" instructions.
   //  - i.e. an instruction not linked to a block
   //
-  // Let's iterates over only a sequence of "bounded" instructions.
+  // Let's iterate over only a sequence of "bounded" instructions.
   for (auto ins : instr_sequence(m))
   {
     assert(ins != nullptr);