git: c748efcd9408 - main - risc-v: Fix two typos in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 06:59:05 UTC
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c748efcd9408480cb11d09a1ef4348dc7fd088b6 commit c748efcd9408480cb11d09a1ef4348dc7fd088b6 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 06:58:45 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-02 06:58:45 +0000 risc-v: Fix two typos in a source code comment - s/interger/integer/ - s/manupilate/manipulate/ MFC after: 3 days --- 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 c218fc76af5e..0ed8b762ef7e 100644 --- a/sys/riscv/riscv/elf_machdep.c +++ b/sys/riscv/riscv/elf_machdep.c @@ -172,7 +172,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