git: 42c06afe2ce8 - stable/13 - powerpc64: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jan 2023 22:10:23 UTC
The branch stable/13 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=42c06afe2ce804852e8ed609b7cd5200038ead13 commit 42c06afe2ce804852e8ed609b7cd5200038ead13 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 08:56:45 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-01-24 21:49:20 +0000 powerpc64: Fix a typo in a source code comment - s/converion/conversion/ MFC after: 3 days (cherry picked from commit 2d62a8653d89f5456f1cdb9004cab6fda3156e44) --- 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.