From 2d62a8653d89f5456f1cdb9004cab6fda3156e44 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 2 Apr 2022 10:56:45 +0200 Subject: [PATCH] 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.