git: cb833dc15c12 - stable/12 - risc-v: Fix two typos in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 09 Apr 2022 06:33:51 UTC
The branch stable/12 has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=cb833dc15c1263d709ef77f145586f829be5b631

commit cb833dc15c1263d709ef77f145586f829be5b631
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 06:58:45 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:29:08 +0000

    risc-v: Fix two typos in a source code comment
    
    - s/interger/integer/
    - s/manupilate/manipulate/
    
    (cherry picked from commit c748efcd9408480cb11d09a1ef4348dc7fd088b6)
---
 sys/riscv/riscv/elf_machdep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/riscv/riscv/elf_machdep.c b/sys/riscv/riscv/elf_machdep.c
index 92036cc4980c..78076af1db1b 100644
--- a/sys/riscv/riscv/elf_machdep.c
+++ b/sys/riscv/riscv/elf_machdep.c
@@ -128,7 +128,7 @@ elf64_dump_thread(struct thread *td, void *dst, size_t *off)
 }
 
 /*
- * Following 4 functions are used to manupilate bits on 32bit interger value.
+ * Following 4 functions are used to manipulate bits on 32bit integer value.
  * FIXME: I implemetend for ease-to-understand rather than for well-optimized.
  */
 static uint32_t