Author: kib Date: Thu Aug 20 13:37:08 2015 New Revision: 286960 URL: https://svnweb.freebsd.org/changeset/base/286960
Log: Typo. Modified: head/sys/arm/include/proc.h Modified: head/sys/arm/include/proc.h ============================================================================== --- head/sys/arm/include/proc.h Thu Aug 20 13:11:52 2015 (r286959) +++ head/sys/arm/include/proc.h Thu Aug 20 13:37:08 2015 (r286960) @@ -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 { _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"