From 0f5976476d0e889385f005dd82c76c9fa88ecc50 Mon Sep 17 00:00:00 2001 From: Rose Thompson Date: Mon, 30 Sep 2024 17:25:18 -0500 Subject: [PATCH] More corrections to tlbMisaligned comment header. --- tests/coverage/tlbMisaligned.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/coverage/tlbMisaligned.S b/tests/coverage/tlbMisaligned.S index abec53973..e683c9a86 100644 --- a/tests/coverage/tlbMisaligned.S +++ b/tests/coverage/tlbMisaligned.S @@ -1,5 +1,5 @@ /////////////////////////////////////////// -// tlbGP.S +// tlbMisaligned.S // // Written: Rose Thompson rose@rosethompson.net // @@ -8,7 +8,7 @@ // A component of the CORE-V-WALLY configurable RISC-V project. // https://github.com/openhwgroup/cvw // -// Copyright (C) 2021-23 Harvey Mudd College & Oklahoma State University +// Copyright (C) 2021-24 Harvey Mudd College & Oklahoma State University // // SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 //