From: 박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 Date: Mon, 23 Jul 2018 00:21:00 +0000 (+0900) Subject: [coco] Fix a typo in Op class comment (#742) X-Git-Tag: nncc_backup~2361 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74b769507f7c26024234abd8aae5921ba4900a5a;p=platform%2Fcore%2Fml%2Fnnfw.git [coco] Fix a typo in Op class comment (#742) This commit fixes two typos in Op class comment: - Use doxygen-style comment - breif -> brief Signed-off-by: Jonghyun Park --- diff --git a/contrib/coco/core/include/coco/IR/Op.h b/contrib/coco/core/include/coco/IR/Op.h index 7bcbc8d..1636be2 100644 --- a/contrib/coco/core/include/coco/IR/Op.h +++ b/contrib/coco/core/include/coco/IR/Op.h @@ -4,8 +4,8 @@ namespace coco { -/** - * @breif Base interface on all supported NN operations +/*** + * @brief Base interface on all supported NN operations */ struct Op {