diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-01-02 14:47:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 14:47:18 +0100 |
commit | 16bb823db8116ea2da2c659f8b9b2e9e2b9f2fbf (patch) | |
tree | 61971fdccdc1bb24169d78d0193eccc957232536 /frontends/blif/blifparse.cc | |
parent | 4b9f619349e6b7452739631635ab3b5a4d94b522 (diff) | |
parent | efa278e232d20ea080743801bd91d55ec62955cf (diff) | |
download | yosys-16bb823db8116ea2da2c659f8b9b2e9e2b9f2fbf.tar.gz yosys-16bb823db8116ea2da2c659f8b9b2e9e2b9f2fbf.tar.bz2 yosys-16bb823db8116ea2da2c659f8b9b2e9e2b9f2fbf.zip |
Merge pull request #769 from whitequark/typos
Fix typographical and grammatical errors and inconsistencies
Diffstat (limited to 'frontends/blif/blifparse.cc')
-rw-r--r-- | frontends/blif/blifparse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/blif/blifparse.cc b/frontends/blif/blifparse.cc index 034b3e70c..9116b257f 100644 --- a/frontends/blif/blifparse.cc +++ b/frontends/blif/blifparse.cc @@ -276,7 +276,7 @@ void parse_blif(RTLIL::Design *design, std::istream &f, std::string dff_name, bo if(lastcell == nullptr || module == nullptr) { - err_reason = stringf("No primative object to attach .cname %s.", p); + err_reason = stringf("No primitive object to attach .cname %s.", p); goto error_with_reason; } |