[enco] Fix typo in comment (#2912)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Fri, 25 Jan 2019 01:32:05 +0000 (10:32 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 25 Jan 2019 01:32:05 +0000 (10:32 +0900)
This commit corrects 'breif' into 'brief' in enco

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
contrib/enco/core/src/Transforms/IndirectCopyElimination.h

index 4835086..453b163 100644 (file)
@@ -23,7 +23,7 @@ namespace enco
 {
 
 /**
- * @breif Convert all the indirect copies as a direct copy
+ * @brief Convert all the indirect copies as a direct copy
  *
  * >>> BEFORE <<<
  * %obj_0 = ...