Correct spelling of output message

Change-Id: Id7789e622ea76cc53c3be719798c3c1f90ede6e2
This commit is contained in:
Chris Freehill
2020-04-30 21:11:15 -05:00
parent cd4b7cea85
commit 7624cc1008
+1 -1
View File
@@ -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);
}