diff --git a/src/common/snippets/src/pass/fc_tokenization.cpp b/src/common/snippets/src/pass/fc_tokenization.cpp index e150b7d9fec2f0..3291f451b58497 100644 --- a/src/common/snippets/src/pass/fc_tokenization.cpp +++ b/src/common/snippets/src/pass/fc_tokenization.cpp @@ -15,7 +15,7 @@ ov::snippets::pass::TokenizeFCSnippets::TokenizeFCSnippets(const SnippetsTokeniz // TODO: extend constant path coverage: // 1. Transpose support // 2. Convert support - // 2. Decompression subgraphs support (and all the possible compressed weights related precisions) + // 3. Decompression subgraphs support (and all the possible compressed weights related precisions) auto constant = ov::pass::pattern::wrap_type(); auto m_matmul = ov::pass::pattern::wrap_type({ov::pass::pattern::any_input(), constant});