fix comment typo

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
Este commit está contenido en:
Karl W Schulz
2023-12-07 15:14:26 -06:00
cometido por Karl W. Schulz
padre 57a63b6eb1
commit eaae69e2a6
+1 -1
Ver fichero
@@ -157,7 +157,7 @@ class Omniperf:
self.__args.target = target
# instantiate underlying SoC support class
# in case of analyze mode, __soc can accomadate multiple archs
# in case of analyze mode, __soc can accommodate multiple archs
if target == "mi50":
from omniperf_soc.soc_gfx906 import gfx906_soc
self.__soc[arch] = gfx906_soc(self.__args)