From: MyungJoo Ham Date: Thu, 20 Dec 2018 06:10:49 +0000 (+0900) Subject: Fixed typo in the comments X-Git-Tag: v0.1.0~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=283a5140e95c50be4248f3b34f81115c3a467ac7;p=platform%2Fupstream%2Fnnstreamer.git Fixed typo in the comments Fixed trivial typos in the comments. --- diff --git a/gst/tensor_filter/tensor_filter_tensorflow_core.cc b/gst/tensor_filter/tensor_filter_tensorflow_core.cc index 24e4757..6fae2aa 100644 --- a/gst/tensor_filter/tensor_filter_tensorflow_core.cc +++ b/gst/tensor_filter/tensor_filter_tensorflow_core.cc @@ -375,7 +375,7 @@ TFCore::getOutputTensorDim (GstTensorsInfo * info) * @param[in] input : The array of input tensors * @param[out] output : The array of output tensors * @return 0 if OK. non-zero if error. - * -1 if the model is not works properly. + * -1 if the model does not work properly. */ int TFCore::run (const GstTensorMemory * input, GstTensorMemory * output)