From: Clifford Wolf Date: Sat, 9 Mar 2019 21:24:55 +0000 (-0800) Subject: Fix typo in ice40_braminit help msg X-Git-Tag: yosys-0.9~249 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff4c2a14ae34eeb899c3cf0ca1109f0106b41679;p=yosys.git Fix typo in ice40_braminit help msg Signed-off-by: Clifford Wolf --- diff --git a/techlibs/ice40/ice40_braminit.cc b/techlibs/ice40/ice40_braminit.cc index bf12f9148..4fa6b0792 100644 --- a/techlibs/ice40/ice40_braminit.cc +++ b/techlibs/ice40/ice40_braminit.cc @@ -135,7 +135,7 @@ struct Ice40BRAMInitPass : public Pass { log(" ice40_braminit\n"); log("\n"); log("This command processes all SB_RAM40_4K blocks with a non-empty INIT_FILE\n"); - log("parameter and converts it inti the required INIT_x attributes\n"); + log("parameter and converts it into the required INIT_x attributes\n"); log("\n"); } void execute(std::vector args, RTLIL::Design *design) YS_OVERRIDE