From 8a35b9c94053db24acf90857fa57cc68c413a972 Mon Sep 17 00:00:00 2001 From: "Tim D. Vutor" <17340030+0xfedcafe@users.noreply.github.com> Date: Sat, 28 Dec 2024 18:22:51 +0100 Subject: [PATCH] [RTTI] fix typo --- src/core/include/openvino/core/rtti.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/include/openvino/core/rtti.hpp b/src/core/include/openvino/core/rtti.hpp index 758e2de15db181..490821ca144372 100644 --- a/src/core/include/openvino/core/rtti.hpp +++ b/src/core/include/openvino/core/rtti.hpp @@ -72,7 +72,7 @@ /// It is your choice how to name it, but it should be unique among all /// OPENVINO_RTTI_DECLARATION-enabled classes that can be /// used in conjunction with each other in one transformation flow. -/// \param VERSION_NAME is an name of operation version to distinguish different versions of +/// \param VERSION_NAME is a name of operation version to distinguish different versions of /// operations that shares the same TYPE_NAME /// \param PARENT_CLASS is an optional direct or indirect parent class for this class; define /// it only in case if there is a need to capture any operation from some group of operations