Skip to content

Commit

Permalink
[RTTI] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfedcafe authored Dec 28, 2024
1 parent 82d553e commit 8a35b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/include/openvino/core/rtti.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a35b9c

Please sign in to comment.