diff --git a/src/inference/include/openvino/runtime/properties.hpp b/src/inference/include/openvino/runtime/properties.hpp index ad749636eb4354..8baea3ed408656 100644 --- a/src/inference/include/openvino/runtime/properties.hpp +++ b/src/inference/include/openvino/runtime/properties.hpp @@ -801,7 +801,7 @@ struct EncryptionCallbacks { * when loading from the cache. This property is set in core.compile_model only. * - First value of the struct is encryption function. * - Second value of the struct is decryption function. - * @note GPU Plugin: encrypts whole blob, not only model structure. Only used when ov::CacheMode Property is set to + * @note GPU Plugin: encrypts whole blob, not only model structure. Only used when ov::cache_mode property is set to * "OPTIMIZE_SIZE". * @ingroup ov_runtime_cpp_prop_api */