diff --git a/onnxruntime/core/providers/nnapi/nnapi_builtin/nnapi_api_helper.cc b/onnxruntime/core/providers/nnapi/nnapi_builtin/nnapi_api_helper.cc index 8efa19452d..2d91bc5c9b 100644 --- a/onnxruntime/core/providers/nnapi/nnapi_builtin/nnapi_api_helper.cc +++ b/onnxruntime/core/providers/nnapi/nnapi_builtin/nnapi_api_helper.cc @@ -30,7 +30,7 @@ static int32_t GetNNAPIRuntimeFeatureLevel(const NnApi& nnapi_handle) { * * @param nnapi_handle nnapi-lib handle. - * @param device_handles target devices users want to use. + * @param `devices` target devices users want to use. * * @return The max feature level support by a branch of devices. *