[coco] Fix a typo in Op class comment (#742)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 23 Jul 2018 00:21:00 +0000 (09:21 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 23 Jul 2018 00:21:00 +0000 (09:21 +0900)
This commit fixes two typos in Op class comment:
 - Use doxygen-style comment
 - breif -> brief

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Op.h

index 7bcbc8d..1636be2 100644 (file)
@@ -4,8 +4,8 @@
 namespace coco
 {
 
-/**
- * @breif Base interface on all supported NN operations
+/***
+ * @brief Base interface on all supported NN operations
  */
 struct Op
 {