aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/riscv/processor.c
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-07-10 03:46:28 -0500
committerLeandro Pereira <leandro@hardinfo.org>2017-07-12 19:38:41 -0700
commitda2592d984c9f7c37477a71e105fe4ad47907e3f (patch)
tree10b09f9379f85741bf64e5ecb3321e713299ae5c /modules/devices/riscv/processor.c
parent2db90cda115d037971a7405c681fbe43eda0d7c3 (diff)
riscv: improvements
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules/devices/riscv/processor.c')
-rw-r--r--modules/devices/riscv/processor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devices/riscv/processor.c b/modules/devices/riscv/processor.c
index 92d5c474..88226851 100644
--- a/modules/devices/riscv/processor.c
+++ b/modules/devices/riscv/processor.c
@@ -120,7 +120,7 @@ processor_scan(void)
processor = (Processor *) pi->data;
/* strings can't be null or segfault later */
- STRIFNULL(model_name, _("RISCV Processor") );
+ STRIFNULL(model_name, _("RISC-V Processor") );
UNKIFNULL(mmu);
UNKIFNULL(isa);
UNKIFNULL(uarch);