diff options
author | Megan Wachs <megan@sifive.com> | 2018-08-30 15:37:15 -0700 |
---|---|---|
committer | Megan Wachs <megan@sifive.com> | 2018-08-30 15:37:15 -0700 |
commit | 24513fe51f01cbbdb9518f184ea18b67f319df7a (patch) | |
tree | e2e14cd2b959c746b580d1a722d09542230fa9df | |
parent | 7448f8780a901015ab8f1eec9d935775e204b5e2 (diff) | |
download | riscv-openocd-riscv-compliance.zip riscv-openocd-riscv-compliance.tar.gz riscv-openocd-riscv-compliance.tar.bz2 |
riscv-compliance: fix comment typoriscv-compliance
-rw-r--r-- | src/target/riscv/riscv-013.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/riscv/riscv-013.c b/src/target/riscv/riscv-013.c index d612e7a..4e3deab 100644 --- a/src/target/riscv/riscv-013.c +++ b/src/target/riscv/riscv-013.c @@ -3092,7 +3092,7 @@ int riscv013_test_compliance(struct target *target) riscv_reg_t value; RISCV013_INFO(info); - /* All the bits of HARTSEL is covered by the examine sequence. */ + /* All the bits of HARTSEL are covered by the examine sequence. */ /* hartreset */ /* This field is optional. Either we can read and write it to 1/0, |