Fixed typo in the comments
authorMyungJoo Ham <myungjoo.ham@gmail.com>
Thu, 20 Dec 2018 06:10:49 +0000 (15:10 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Thu, 20 Dec 2018 06:11:10 +0000 (15:11 +0900)
Fixed trivial typos in the comments.

gst/tensor_filter/tensor_filter_tensorflow_core.cc

index 24e4757..6fae2aa 100644 (file)
@@ -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)