SWDEV-1 - ROC CLR typos
This is cherry-picked from this github issue:
https://github.com/ROCm-Developer-Tools/ROCclr/issues/28
Change-Id: I236f4f25a2dabe05883159af0fab0bad06ab0fd0
[ROCm/clr commit: d45794e985]
This commit is contained in:
committed by
Jeremy Newton
parent
3f93be3aec
commit
38928e85c1
@@ -74,7 +74,7 @@ bool Runtime::init() {
|
||||
if (!Flag::init() || !option::init() || !Device::init()
|
||||
// Agent initializes last
|
||||
|| !Agent::init()) {
|
||||
ClPrint(LOG_ERROR, LOG_INIT, "Runtime initilization failed");
|
||||
ClPrint(LOG_ERROR, LOG_INIT, "Runtime initialization failed");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user