Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 08:57:19 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: 2d62a8653d89 - main - powerpc64: Fix a typo in a source code comment
Message-ID:  <202204020857.2328vJpF014094@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=2d62a8653d89f5456f1cdb9004cab6fda3156e44

commit 2d62a8653d89f5456f1cdb9004cab6fda3156e44
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 08:56:45 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
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.



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