From 7624cc10082536b9c6ae1bc187dc754e67709099 Mon Sep 17 00:00:00 2001 From: Chris Freehill Date: Thu, 30 Apr 2020 21:11:15 -0500 Subject: [PATCH] Correct spelling of output message Change-Id: Id7789e622ea76cc53c3be719798c3c1f90ede6e2 --- rocminfo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocminfo.cc b/rocminfo.cc index 38bb55f..205e430 100755 --- a/rocminfo.cc +++ b/rocminfo.cc @@ -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); }