aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/blif/blifparse.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2019-01-02 14:47:18 +0100
committerGitHub <noreply@github.com>2019-01-02 14:47:18 +0100
commit16bb823db8116ea2da2c659f8b9b2e9e2b9f2fbf (patch)
tree61971fdccdc1bb24169d78d0193eccc957232536 /frontends/blif/blifparse.cc
parent4b9f619349e6b7452739631635ab3b5a4d94b522 (diff)
parentefa278e232d20ea080743801bd91d55ec62955cf (diff)
downloadyosys-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.cc2
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;
}