Fix typographical and grammatical errors and inconsistencies.
authorwhitequark <whitequark@whitequark.org>
Fri, 7 Dec 2018 19:14:07 +0000 (19:14 +0000)
committerwhitequark <whitequark@whitequark.org>
Wed, 2 Jan 2019 13:12:17 +0000 (13:12 +0000)
commitefa278e232d20ea080743801bd91d55ec62955cf
tree61971fdccdc1bb24169d78d0193eccc957232536
parent4b9f619349e6b7452739631635ab3b5a4d94b522
Fix typographical and grammatical errors and inconsistencies.

The initial list of hits was generated with the codespell command
below, and each hit was evaluated and fixed manually while taking
context into consideration.

    DIRS="kernel/ frontends/ backends/ passes/ techlibs/"
    DIRS="${DIRS} libs/ezsat/ libs/subcircuit"
    codespell $DIRS -S *.o -L upto,iff,thru,synopsys,uint

More hits were found by looking through comments and strings manually.
40 files changed:
README.md
backends/simplec/simplec.cc
backends/smt2/smtbmc.py
backends/table/table.cc
backends/verilog/verilog_backend.cc
frontends/ast/ast.cc
frontends/blif/blifparse.cc
frontends/liberty/liberty.cc
frontends/verific/verificsva.cc
frontends/verilog/verilog_parser.y
kernel/log.h
kernel/yosys.cc
libs/ezsat/ezminisat.h
libs/subcircuit/README
passes/cmds/chformal.cc
passes/cmds/connect.cc
passes/cmds/select.cc
passes/cmds/setundef.cc
passes/cmds/show.cc
passes/cmds/tee.cc
passes/fsm/fsm_detect.cc
passes/fsm/fsm_extract.cc
passes/hierarchy/hierarchy.cc
passes/opt/opt_expr.cc
passes/opt/opt_lut.cc
techlibs/achronix/speedster22i/cells_map.v
techlibs/achronix/synth_achronix.cc
techlibs/anlogic/synth_anlogic.cc
techlibs/common/prep.cc
techlibs/common/synth.cc
techlibs/coolrunner2/synth_coolrunner2.cc
techlibs/easic/synth_easic.cc
techlibs/ecp5/cells_bb.v
techlibs/ecp5/synth_ecp5.cc
techlibs/gowin/synth_gowin.cc
techlibs/greenpak4/synth_greenpak4.cc
techlibs/ice40/synth_ice40.cc
techlibs/intel/cyclonev/cells_sim.v
techlibs/sf2/synth_sf2.cc
techlibs/xilinx/synth_xilinx.cc