mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
powerpc64: Fix a typo in a source code comment
- s/converion/conversion/ MFC after: 3 days
This commit is contained in:
parent
13bf578c25
commit
2d62a8653d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue