diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-02-08 00:16:59 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-02-08 00:16:59 +0100 |
commit | fbb16712f1beeb0f25ddc5b2c56556fe70315597 (patch) | |
tree | 6373a61612b361941fdbf263073f6374feafbf5c | |
parent | bbfc1bd7cf8dfe345a9593fe120648374811b6d3 (diff) | |
download | yosys-fbb16712f1beeb0f25ddc5b2c56556fe70315597.tar.gz yosys-fbb16712f1beeb0f25ddc5b2c56556fe70315597.tar.bz2 yosys-fbb16712f1beeb0f25ddc5b2c56556fe70315597.zip |
fixed typo
-rw-r--r-- | misc/yosys-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/yosys-config.in b/misc/yosys-config.in index defb09ce7..1473948cf 100644 --- a/misc/yosys-config.in +++ b/misc/yosys-config.in @@ -14,7 +14,7 @@ help() { echo " --bindir @BINDIR@" echo " --datdir @DATDIR@" echo "" - echo "All other args are passed trhough as they are." + echo "All other args are passed through as they are." echo "" echo "Use --exec to call a command instead of generating output. Example usage:" echo "" |