fix typos
This commit is contained in:
parent
285fa7ecd0
commit
13e889986d
16 changed files with 24 additions and 24 deletions
|
@ -394,7 +394,7 @@ mod desc {
|
|||
pub const parse_linker_plugin_lto: &str =
|
||||
"either a boolean (`yes`, `no`, `on`, `off`, etc), or the path to the linker plugin";
|
||||
pub const parse_location_detail: &str =
|
||||
"comma seperated list of location details to track: `file`, `line`, or `column`";
|
||||
"comma separated list of location details to track: `file`, `line`, or `column`";
|
||||
pub const parse_switch_with_opt_path: &str =
|
||||
"an optional path to the profiling data output directory";
|
||||
pub const parse_merge_functions: &str = "one of: `disabled`, `trampolines`, or `aliases`";
|
||||
|
@ -1283,7 +1283,7 @@ options! {
|
|||
llvm_time_trace: bool = (false, parse_bool, [UNTRACKED],
|
||||
"generate JSON tracing data file from LLVM data (default: no)"),
|
||||
location_detail: LocationDetail = (LocationDetail::all(), parse_location_detail, [TRACKED],
|
||||
"comma seperated list of location details to be tracked when using caller_location \
|
||||
"comma separated list of location details to be tracked when using caller_location \
|
||||
valid options are `file`, `line`, and `column` (default: all)"),
|
||||
ls: bool = (false, parse_bool, [UNTRACKED],
|
||||
"list the symbols defined by a library crate (default: no)"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue