[Transform] Fix a typo in description of the 'arithmetic' mode
authorWook Song <wook16.song@samsung.com>
Tue, 18 Feb 2020 06:15:39 +0000 (15:15 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 18 Feb 2020 08:21:22 +0000 (00:21 -0800)
This is a trivial fix, which corrects a typo in description of the
'arithmetic' mode.

Signed-off-by: Wook Song <wook16.song@samsung.com>
gst/nnstreamer/tensor_transform/tensor_transform.c

index ca14607..72f9d85 100644 (file)
@@ -190,7 +190,7 @@ gst_tensor_transform_mode_get_type (void)
           "dimchg"},
       {GTT_TYPECAST, "Mode for casting type of tensor, "
             "option=" REGEX_TYPECAST_OPTION, "typecast"},
-      {GTT_ARITHMETIC, "Mode for arithmetic operations with tensor"
+      {GTT_ARITHMETIC, "Mode for arithmetic operations with tensor"
             "option=[typecast:TYPE,]add|mul|div:NUMBER..., ...",
           "arithmetic"},
       {GTT_TRANSPOSE, "Mode for transposing shape of tensor, "