diff options
Diffstat (limited to 'sys/arm/include/proc.h')
-rw-r--r-- | sys/arm/include/proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/proc.h b/sys/arm/include/proc.h index 25f4480..1409a9d 100644 --- a/sys/arm/include/proc.h +++ b/sys/arm/include/proc.h @@ -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 { |