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
This commit is contained in:
کامیت شده توسط
Jeremy Newton
والد
abf088ea89
کامیت
d45794e985
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
مرجع در شماره جدید
Block a user