[CAPI] Change comment to comply convention
authorGichan Jang <gichan2.jang@samsung.com>
Mon, 15 Feb 2021 06:29:00 +0000 (15:29 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 15 Feb 2021 07:24:53 +0000 (16:24 +0900)
Change comment for nntrainer enum to comply convention.

Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
api/capi/include/nnstreamer.h

index 3db070c..406bcff 100644 (file)
@@ -149,7 +149,7 @@ typedef enum {
   ML_NNFW_TYPE_ARMNN = 9,             /**< Arm Neural Network framework (support for caffe and tensorflow-lite). (Since 6.0) */
   ML_NNFW_TYPE_SNPE = 10,             /**< Qualcomm SNPE (Snapdgragon Neural Processing Engine (.dlc). (Since 6.0) */
   ML_NNFW_TYPE_PYTORCH = 11,          /**< PyTorch (.pt). (Since 6.5) */
-  ML_NNFW_TYPE_NNTR_INF = 12,         /**< Inference supported from NNTrainer, SR On-device Training Framework (since 6.5) */
+  ML_NNFW_TYPE_NNTR_INF = 12,         /**< Inference supported from NNTrainer, SR On-device Training Framework (Since 6.5) */
   ML_NNFW_TYPE_SNAP = 0x2001,         /**< SNAP (Samsung Neural Acceleration Platform), only for Android. (Since 6.0) */
 } ml_nnfw_type_e;