From cafb148a622753091c067f3f22d395d914cbf7c3 Mon Sep 17 00:00:00 2001 From: Julien Margetts <> Date: Tue, 17 Dec 2019 18:27:47 -0500 Subject: [PATCH] Commentary --- src/V3Graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Graph.h b/src/V3Graph.h index cf71aee4d..b42ac4960 100644 --- a/src/V3Graph.h +++ b/src/V3Graph.h @@ -144,7 +144,7 @@ public: /// Delete any nodes with only outputs void deleteCutableOnlyEdges(); - /// Any cutable edged become non-cutable + /// Any cutable edges become non-cutable void makeEdgesNonCutable(V3EdgeFuncP edgeFuncp); /// Remove any redundant edges, weights become MAX of any other weight