svn commit: r286960 - head/sys/arm/include

Konstantin Belousov kib at FreeBSD.org
Thu Aug 20 13:37:09 UTC 2015


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 {


More information about the svn-src-all mailing list