Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 06:59:05 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c748efcd9408 - main - risc-v: Fix two typos in a source code comment
Message-ID:  <202204020659.2326x537050339@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204020659.2326x537050339>