diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-08-14 11:27:19 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-08-14 11:27:19 +0200 |
commit | 03500748192dc93583c0e0f95640865603650714 (patch) | |
tree | ca2a7fda2451656a9be78763ac741d6e14253c3d /passes/cmds/select.cc | |
parent | 84bf862f7c58c2b69babf043ff5032f924a3ee4d (diff) |
Re-created command-reference-manual.tex, copied some doc fixes to online help
Diffstat (limited to 'passes/cmds/select.cc')
-rw-r--r-- | passes/cmds/select.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/cmds/select.cc b/passes/cmds/select.cc index b4219db2..f18e4022 100644 --- a/passes/cmds/select.cc +++ b/passes/cmds/select.cc @@ -1061,7 +1061,7 @@ struct SelectPass : public Pass { log(" like %%d but swap the roles of two top sets on the stack\n"); log("\n"); log(" %%c\n"); - log(" create a copy of the top set rom the stack and push it\n"); + log(" create a copy of the top set from the stack and push it\n"); log("\n"); log(" %%x[<num1>|*][.<num2>][:<rule>[:<rule>..]]\n"); log(" expand top set <num1> num times according to the specified rules.\n"); |