mirror of
https://github.com/espressif/openthread.git
synced 2026-08-20 01:19:51 +00:00
[child-table] fix typo in constant name (#2826)
This commit is contained in:
committed by
Jonathan Hui
parent
2d973955a9
commit
17eace65e2
@@ -97,7 +97,7 @@ static bool StateMatchesFilter(Child::State aState, ChildTable::StateFilter aFil
|
||||
rval = child.IsStateValidOrAttaching();
|
||||
break;
|
||||
|
||||
case ChildTable::kInStateAnyExceptValidOrRestoing:
|
||||
case ChildTable::kInStateAnyExceptValidOrRestoring:
|
||||
rval = !child.IsStateValidOrRestoring();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user