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);