diff --git a/umd/core/src/compiler/include/priv/Compiler.h b/umd/core/src/compiler/include/priv/Compiler.h index 6f7928c6..46a9394d 100644 --- a/umd/core/src/compiler/include/priv/Compiler.h +++ b/umd/core/src/compiler/include/priv/Compiler.h @@ -206,7 +206,7 @@ class Compiler : public ICompiler * @Purpose:-> * Some engines dont have memory out port (conv). Operations of such * an engine should be fused with those of an engine which have a write - * out potr (sdp). Besides, operations can be fused together if they + * out port (sdp). Besides, operations can be fused together if they * are connected over wire in order to save the memory pass latency (sdp+pdp) */ engine_ast::Graph *fuseOnTheFlyNodes(engine_ast::Graph *);