From 08ad5409a2e5b6dda9f9b2c361e6d82bf0551e51 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 13 Aug 2015 09:30:20 +0200 Subject: Some ASCII encoding fixes (comments and docs) by Larry Doolittle --- passes/cmds/scc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'passes/cmds') diff --git a/passes/cmds/scc.cc b/passes/cmds/scc.cc index 4acb5aef5..43a43b4fc 100644 --- a/passes/cmds/scc.cc +++ b/passes/cmds/scc.cc @@ -18,7 +18,7 @@ */ // [[CITE]] Tarjan's strongly connected components algorithm -// Tarjan, R. E. (1972), "Depth-first search and linear graph algorithms", SIAM Journal on Computing 1 (2): 146–160, doi:10.1137/0201010 +// Tarjan, R. E. (1972), "Depth-first search and linear graph algorithms", SIAM Journal on Computing 1 (2): 146-160, doi:10.1137/0201010 // http://en.wikipedia.org/wiki/Tarjan's_strongly_connected_components_algorithm #include "kernel/register.h" -- cgit v1.2.3