diff --git a/passes/cmds/splitnets.cc b/passes/cmds/splitnets.cc index 104e24062..15079f163 100644 --- a/passes/cmds/splitnets.cc +++ b/passes/cmds/splitnets.cc @@ -116,7 +116,7 @@ struct SplitnetsPass : public Pass { log(" split module ports, but not the internal signals.\n"); log("\n"); log(" -top_only\n"); - log(" split module ports/nets, only at the first level of hierarchy.\n"); + log(" split module ports/nets, only at the top level of hierarchy.\n"); log("\n"); log(" -driver\n"); log(" don't blindly split nets in individual bits. instead look at the driver\n");