Correct spelling of output message

Change-Id: Id7789e622ea76cc53c3be719798c3c1f90ede6e2


[ROCm/rocminfo commit: 7624cc1008]
Этот коммит содержится в:
Chris Freehill
2020-04-30 21:11:15 -05:00
родитель de4494c3ed
Коммит 2ca29819a6
+1 -1
Просмотреть файл
@@ -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);
}