From: Tim Ansell Date: Sat, 9 Dec 2017 02:44:45 +0000 (-0800) Subject: Fix spelling in -vpr help for synth_ice40 X-Git-Tag: yosys-0.8~260^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3cc31f197cf69b6644928a58bf58028d65e38e60;p=yosys.git Fix spelling in -vpr help for synth_ice40 --- diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index 57f96ca1a..0bb0fb139 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -70,7 +70,7 @@ struct SynthIce40Pass : public ScriptPass log("\n"); log(" -vpr\n"); log(" generate an output netlist (and BLIF file) suitable for VPR\n"); - log(" (this fueature is experimental and incomplete)\n"); + log(" (this feature is experimental and incomplete)\n"); log("\n"); log("\n"); log("The following commands are executed by this synthesis command:\n");