This commit is contained in:
Konstantin Belousov 2015-08-20 13:37:08 +00:00
parent ccee502763
commit 4a0589d1ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286960

View File

@ -69,7 +69,7 @@ struct mdproc {
* As some syscall arguments may be 64-bit aligned we need to ensure the
* args value is 64-bit aligned. The ABI will then ensure any 64-bit
* arguments are already correctly aligned, even if they were passed in
* via registers, we just need to make sure we copy them to an algned
* via registers, we just need to make sure we copy them to an aligned
* buffer.
*/
struct syscall_args {