From 751494b255b3c8a1405f8c729d003572cdb3eaf9 Mon Sep 17 00:00:00 2001 From: jiangjiajun Date: Sun, 2 Oct 2022 08:40:29 +0000 Subject: [PATCH] modify comment of runtime --- fastdeploy/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastdeploy/runtime.h b/fastdeploy/runtime.h index d7dbd62bf..3500a9aa8 100644 --- a/fastdeploy/runtime.h +++ b/fastdeploy/runtime.h @@ -116,7 +116,7 @@ struct FASTDEPLOY_DECL RuntimeOption { void DisablePaddleMKLDNN(); /* - * Delete pass by name while using Paddle Inference as inference backend, this can be called multiple times to delete mulitple passes + * Delete pass by name while using Paddle Inference as inference backend, this can be called multiple times to delete a set of passes */ void DeletePaddleBackendPass(const std::string& delete_pass_name);