Correct spelling of output message
Change-Id: Id7789e622ea76cc53c3be719798c3c1f90ede6e2
[ROCm/rocminfo commit: 7624cc1008]
Этот коммит содержится в:
@@ -733,7 +733,7 @@ static void DisplayPoolInfo(pool_info_t *pool_i, uint32_t indent) {
|
||||
std::string al_str = std::to_string(pool_i->pool_alloc_alignment/1024)+"KB";
|
||||
printLabelStr("Alloc Alignment:", al_str.c_str(), indent);
|
||||
|
||||
printLabelStr("Acessible by all:", (pool_i->pl_access ? "TRUE" : "FALSE"),
|
||||
printLabelStr("Accessible by all:", (pool_i->pl_access ? "TRUE" : "FALSE"),
|
||||
indent);
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user