Skip to content

Commit

Permalink
Correct spelling of output message
Browse files Browse the repository at this point in the history
Change-Id: Id7789e622ea76cc53c3be719798c3c1f90ede6e2
  • Loading branch information
Chris Freehill authored and Chris Freehill committed May 1, 2020
1 parent cd4b7ce commit 7624cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocminfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 7624cc1

Please sign in to comment.