From 13e0ff9e9a6a4ffd48498c0c7aadfb2cfce281eb Mon Sep 17 00:00:00 2001 From: Jaeyun Jung Date: Mon, 8 Jul 2024 12:20:52 +0900 Subject: [PATCH] [CodeClean] fix typo spell checker error, fix subplugin name in brief tag. Signed-off-by: Jaeyun Jung --- gst/nnstreamer/elements/gsttensor_split.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/nnstreamer/elements/gsttensor_split.h b/gst/nnstreamer/elements/gsttensor_split.h index a54ccde..4078fc4 100644 --- a/gst/nnstreamer/elements/gsttensor_split.h +++ b/gst/nnstreamer/elements/gsttensor_split.h @@ -45,7 +45,7 @@ typedef struct _GstTensorSplit GstTensorSplit; typedef struct _GstTensorSplitClass GstTensorSplitClass; /** - * @brief Tensor Spliter data structure + * @brief Tensor Split data structure */ struct _GstTensorSplit { -- 2.7.4