diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-cbom-01.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-cbom-01.S index 3c129b998..b4d4bae3c 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-cbom-01.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-cbom-01.S @@ -13,7 +13,7 @@ # and does not write back. Clean: Writes back dirty cacheline if needed # and clears dirty bit. Does NOT clear valid bit. Flush: Cleans and then # Invalidates. These operations apply to all caches in the memory system. -# The tests are divided into three parts one for the data cache, instruction cache +# The tests are divided into three parts one for the data cache # and checks to verify the uncached regions of memory cause exceptions. # ----------- # Copyright (c) 2020. RISC-V International. All rights reserved. diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-cbom-01.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-cbom-01.S index edad0406a..74145955a 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-cbom-01.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-cbom-01.S @@ -13,7 +13,7 @@ # and does not write back. Clean: Writes back dirty cacheline if needed # and clears dirty bit. Does NOT clear valid bit. Flush: Cleans and then # Invalidates. These operations apply to all caches in the memory system. -# The tests are divided into three parts one for the data cache, instruction cache +# The tests are divided into three parts one for the data cache # and checks to verify the uncached regions of memory cause exceptions. # ----------- # Copyright (c) 2020. RISC-V International. All rights reserved.