aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-08-13 09:30:20 +0200
committerClifford Wolf <clifford@clifford.at>2015-08-13 09:30:20 +0200
commit08ad5409a2e5b6dda9f9b2c361e6d82bf0551e51 (patch)
tree9281a91c8effbebe727ed1391b2e9036ef3b5361 /passes/cmds
parent667b0150185d53578b002a00df9c4f347a35fed2 (diff)
downloadyosys-08ad5409a2e5b6dda9f9b2c361e6d82bf0551e51.tar.gz
yosys-08ad5409a2e5b6dda9f9b2c361e6d82bf0551e51.tar.bz2
yosys-08ad5409a2e5b6dda9f9b2c361e6d82bf0551e51.zip
Some ASCII encoding fixes (comments and docs) by Larry Doolittle
Diffstat (limited to 'passes/cmds')
-rw-r--r--passes/cmds/scc.cc2
1 files changed, 1 insertions, 1 deletions
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"