Stack probes: fix error message
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
parent
26e5bcd220
commit
0df8ddee53
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ impl StackProbeType {
|
|||
Ok(StackProbeType::InlineOrCall { min_llvm_version_for_inline })
|
||||
}
|
||||
_ => Err(String::from(
|
||||
"`kind` expected to be one of `inline-or-none`, `call` or `inline-or-call`",
|
||||
"`kind` expected to be one of `none`, `inline`, `call` or `inline-or-call`",
|
||||
)),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue