[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:
Will Hawkins 2022-03-16 15:03:42 +01:00 committed by Pavel Labath
parent fe93395b92
commit d58ef6df0d
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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 "