diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-03-18 07:33:53 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-03-18 07:33:53 +0100 |
commit | bc5489f7ec22628553c587df3bcf40cea47cf755 (patch) | |
tree | 161eb60f3165149eef22ce57024338c022a3f9b7 /kernel/driver.cc | |
parent | ba3793b6420f2a0288c43be0cd4016fd5473acaf (diff) | |
parent | 020a35d11e26e5487ae3568ac78df28c14019375 (diff) | |
download | yosys-bc5489f7ec22628553c587df3bcf40cea47cf755.tar.gz yosys-bc5489f7ec22628553c587df3bcf40cea47cf755.tar.bz2 yosys-bc5489f7ec22628553c587df3bcf40cea47cf755.zip |
Merge branch 'hansi'
Diffstat (limited to 'kernel/driver.cc')
-rw-r--r-- | kernel/driver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/driver.cc b/kernel/driver.cc index 0da5f68cb..bc605a461 100644 --- a/kernel/driver.cc +++ b/kernel/driver.cc @@ -205,7 +205,7 @@ struct ShellPass : public Pass { log(" yosys [modname]*>\n"); log(" only part of current module 'modname' is selected\n"); log("\n"); - log("When in interavtive shell, some errors (e.g. invalid command arguments)\n"); + log("When in interactive shell, some errors (e.g. invalid command arguments)\n"); log("do not terminate yosys but return to the command prompt.\n"); log("\n"); log("This command is the default action if nothing else has been specified\n"); |