mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-03 05:32:24 +00:00
[LLDB] Change enumaration to enumeration
Change enumaration to enumeration in code handling LLDB help output. Reviewed By: labath Differential Revision: https://reviews.llvm.org/D121800
This commit is contained in:
parent
fe93395b92
commit
d58ef6df0d
@ -137,7 +137,7 @@ static uint32_t DumpTargetList(TargetList &target_list,
|
||||
|
||||
// Note that the negation in the argument name causes a slightly confusing
|
||||
// mapping of the enum values.
|
||||
static constexpr OptionEnumValueElement g_dependents_enumaration[] = {
|
||||
static constexpr OptionEnumValueElement g_dependents_enumeration[] = {
|
||||
{
|
||||
eLoadDependentsDefault,
|
||||
"default",
|
||||
|
@ -863,7 +863,7 @@ let Command = "source list" in {
|
||||
|
||||
let Command = "target dependents" in {
|
||||
def dependents_no_dependents : Option<"no-dependents", "d">, Group<1>,
|
||||
OptionalEnumArg<"Value", "OptionEnumValues(g_dependents_enumaration)">,
|
||||
OptionalEnumArg<"Value", "OptionEnumValues(g_dependents_enumeration)">,
|
||||
Desc<"Whether or not to load dependents when creating a target. If the "
|
||||
"option is not specified, the value is implicitly 'default'. If the "
|
||||
"option is specified but without a value, the value is implicitly "
|
||||
|
Loading…
x
Reference in New Issue
Block a user