Skip to content

Commit 439ed23

Browse files
committed
Fix incorrect comment in Depth First Search in M4
1 parent 63699e3 commit 439ed23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archive/m/m4/depth-first-search.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dnl if conn_mtx_varname[idx] > 0:
5757
dnl graph_varname[i][graph_varname[i]["length"]] = j
5858
dnl graph_varname[i]["length"] = graph_varname[i]["length"] + 1
5959
dnl
60-
dnl idx = idx + 1
60+
dnl idx = idx + 1
6161
define(`create_graph',
6262
`array_set(`$3', `length', array_get(`$2', `length'))dnl
6363
_create_nodes(`$2', `$3', 0)dnl

0 commit comments

Comments
 (0)