diff options
author | Ruben Undheim <ruben.undheim@gmail.com> | 2015-02-01 21:49:55 +0100 |
---|---|---|
committer | Ruben Undheim <ruben.undheim@gmail.com> | 2015-02-01 21:49:55 +0100 |
commit | 49649d6ef06f87d913d7b9ddd9e1aee0ecb3a961 (patch) | |
tree | 00c6c57ffec216b6c2abe32770b39f1f9f39a5d8 /passes/abc | |
parent | 3cbfa3815ee0c40fcafe80d56afec97c36368f06 (diff) | |
download | yosys-49649d6ef06f87d913d7b9ddd9e1aee0ecb3a961.tar.gz yosys-49649d6ef06f87d913d7b9ddd9e1aee0ecb3a961.tar.bz2 yosys-49649d6ef06f87d913d7b9ddd9e1aee0ecb3a961.zip |
Fixed typos found by lintian
Diffstat (limited to 'passes/abc')
-rw-r--r-- | passes/abc/abc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/abc/abc.cc b/passes/abc/abc.cc index 16b66d47d..69da710f2 100644 --- a/passes/abc/abc.cc +++ b/passes/abc/abc.cc @@ -1174,7 +1174,7 @@ struct AbcPass : public Pass { log(" -markgroups\n"); log(" set a 'abcgroup' attribute on all objects created by ABC. The value of\n"); log(" this attribute is a unique integer for each ABC process started. This\n"); - log(" is usefull for debugging the partitioning of clock domains.\n"); + log(" is useful for debugging the partitioning of clock domains.\n"); log("\n"); log("When neither -liberty nor -lut is used, the Yosys standard cell library is\n"); log("loaded into ABC before the ABC script is executed.\n"); |