diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:19:10 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-08 13:08:52 +0300 |
commit | 42fe74998cb8100fa7bb6afcafd2bd329749dc8f (patch) | |
tree | 30244f44f2158f9a0cb10e9121a17fd72f33e962 /include/hw/riscv/riscv_hart.h | |
parent | 6c67d98c4afb0a2f170b52b77e5a8c7841f9e7a1 (diff) | |
download | qemu-42fe74998cb8100fa7bb6afcafd2bd329749dc8f.zip qemu-42fe74998cb8100fa7bb6afcafd2bd329749dc8f.tar.gz qemu-42fe74998cb8100fa7bb6afcafd2bd329749dc8f.tar.bz2 |
riscv: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'include/hw/riscv/riscv_hart.h')
-rw-r--r-- | include/hw/riscv/riscv_hart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/riscv/riscv_hart.h b/include/hw/riscv/riscv_hart.h index bbc21cd..912b4a2 100644 --- a/include/hw/riscv/riscv_hart.h +++ b/include/hw/riscv/riscv_hart.h @@ -3,7 +3,7 @@ * * Copyright (c) 2017 SiFive, Inc. * - * Holds the state of a heterogenous array of RISC-V harts + * Holds the state of a heterogeneous array of RISC-V harts * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, |