configs: 'memoy' -> 'memory' spelling mistake fix (#314)

Fixes https://github.com/gem5/gem5/issues/309
This commit is contained in:
Bobby R. Bruce
2023-09-13 22:59:48 -07:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ from common import HMC
def create_mem_intf(intf, r, i, intlv_bits, intlv_size, xor_low_bit):
"""
Helper function for creating a single memoy controller from the given
Helper function for creating a single memory controller from the given
options. This function is invoked multiple times in config_mem function
to create an array of controllers.
"""