aboutsummaryrefslogtreecommitdiff
path: root/src/core/cpu/kernels/CpuCopyKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cpu/kernels/CpuCopyKernel.h')
-rw-r--r--src/core/cpu/kernels/CpuCopyKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cpu/kernels/CpuCopyKernel.h b/src/core/cpu/kernels/CpuCopyKernel.h
index 7e33bf4e18..98b79a964c 100644
--- a/src/core/cpu/kernels/CpuCopyKernel.h
+++ b/src/core/cpu/kernels/CpuCopyKernel.h
@@ -48,7 +48,7 @@ public:
void configure(const ITensorInfo *src, ITensorInfo *dst, const PaddingList &padding = PaddingList());
/** Static function to check if given info will lead to a valid configuration of @ref CpuCopyKernel
*
- * @param[in] srd Source tensor. Data types supported: All
+ * @param[in] src Source tensor. Data types supported: All
* @param[in] dst Destination tensor. Data types supported: same as @p src.
* @param[in] padding (Optional) Padding to be applied to the input tensor
*