aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcy023 <cyyang023@gmail.com>2023-08-31 17:29:43 +0800
committerGitHub <noreply@github.com>2023-08-31 17:29:43 +0800
commitff8e6de6ad32b3553ab0d7ef8c3ae14fe0ec6887 (patch)
tree8cbd7561f8429be19c78322a5c7a67eace0d3eae
parent32792bcb8c98df01ad952e84af1a6849a2ba860f (diff)
downloadriscv-gnu-toolchain-ff8e6de6ad32b3553ab0d7ef8c3ae14fe0ec6887.zip
riscv-gnu-toolchain-ff8e6de6ad32b3553ab0d7ef8c3ae14fe0ec6887.tar.gz
riscv-gnu-toolchain-ff8e6de6ad32b3553ab0d7ef8c3ae14fe0ec6887.tar.bz2
Fix typo in README.md
Signed-off-by: cy023 <cyyang023@gmail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5ac8921..3e757ab 100644
--- a/README.md
+++ b/README.md
@@ -225,7 +225,7 @@ the following command can be used:
RUNTESTFLAGS="riscv.exp" make report
-To to restrict a test run to only RISC-V specific tests with match the
+To restrict a test run to only RISC-V specific tests with match the
pattern "zb*.c" and "sm*.c" the following command can be used:
RUNTESTFLAGS="riscv.exp=zb*.c\ sm*.c" make report