powerpc64: Fix a typo in a source code comment

- s/converion/conversion/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 10:56:45 +02:00
parent 13bf578c25
commit 2d62a8653d

View File

@ -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.