The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2d62a8653d89f5456f1cdb9004cab6fda3156e44
commit 2d62a8653d89f5456f1cdb9004cab6fda3156e44 Author: Gordon Bergling <[email protected]> AuthorDate: 2022-04-02 08:56:45 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2022-04-02 08:56:45 +0000 powerpc64: Fix a typo in a source code comment - s/converion/conversion/ MFC after: 3 days --- stand/kboot/arch/powerpc64/host_syscall.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/kboot/arch/powerpc64/host_syscall.S b/stand/kboot/arch/powerpc64/host_syscall.S index 729bc6baa082..f9108065ebfa 100644 --- a/stand/kboot/arch/powerpc64/host_syscall.S +++ b/stand/kboot/arch/powerpc64/host_syscall.S @@ -13,7 +13,7 @@ * arguments to system calls in Linux. * * We expose the raw system call result, rather than do the POSIX - * converion to -1 and setting errno. + * conversion to -1 and setting errno. * * Note: The code this replaced used bso to set %r3 to 0 for the read and * open system calls for reasons that are still under investigation.
