Date: Sat, 9 Apr 2022 06:14:46 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 0f8f55f4f7e4 - stable/13 - risc-v: Fix two typos in a source code comment Message-ID: <202204090614.2396EkL8034067@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=0f8f55f4f7e44d20a3d86dbf89265603c6959861 commit 0f8f55f4f7e44d20a3d86dbf89265603c6959861 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:09: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 f9b4098c4fca..a906ee406365 100644 --- a/sys/riscv/riscv/elf_machdep.c +++ b/sys/riscv/riscv/elf_machdep.c @@ -166,7 +166,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090614.2396EkL8034067>