riscv: fix typo frequrency -> frequency

Change-Id: I7a2ed220ad96a9b18bff3ac5c115592c8ba87d89
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4334
Reviewed-by: Axel Dörfler <[email protected]>
This commit is contained in:
Przemysław Buczkowski
2021-08-17 15:41:18 +00:00
committed by Axel Dörfler
parent 950f68e3b2
commit 5855a8e350
4 changed files with 9 additions and 9 deletions
@@ -53,7 +53,7 @@ typedef struct {
uint32 machine_platform;
uint bootHart;
uint64 timerFrequrency; // in Hz
uint64 timerFrequency; // in Hz
// All following address are virtual
FixedWidthPointer<void> acpi_root;