mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
TargetManager: Fixed Typo
This commit is contained in:
parent
ec8d75ef4c
commit
8cf6051db8
@ -37,7 +37,7 @@ class TargetManager(object):
|
||||
self._init_target()
|
||||
|
||||
# If target supports hotplugging, online all cpus before perform discovery
|
||||
# and restore orignal configuration after completed.
|
||||
# and restore original configuration after completed.
|
||||
if self.target.has('hotplug'):
|
||||
online_cpus = self.target.list_online_cpus()
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user