configs: 'memoy' -> 'memory' spelling mistake fix

Fixes https://github.com/gem5/gem5/issues/309

Change-Id: I41ac7c5559d49353d01b3676b5bdf7b91e4efbda
This commit is contained in:
Bobby R. Bruce
2023-09-13 14:30:22 -07:00
parent 5fd901ffbb
commit e42d71e802

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.
"""