svn commit: r190845 - head/sys/arm/arm

Rafal Jaworowski raj at FreeBSD.org
Wed Apr 8 06:01:19 PDT 2009


Author: raj
Date: Wed Apr  8 13:01:18 2009
New Revision: 190845
URL: http://svn.freebsd.org/changeset/base/190845

Log:
  Minor description fix.

Modified:
  head/sys/arm/arm/trap.c

Modified: head/sys/arm/arm/trap.c
==============================================================================
--- head/sys/arm/arm/trap.c	Wed Apr  8 12:54:32 2009	(r190844)
+++ head/sys/arm/arm/trap.c	Wed Apr  8 13:01:18 2009	(r190845)
@@ -531,7 +531,7 @@ dab_fatal(trapframe_t *tf, u_int fsr, u_
  * dab_align() handles the following data aborts:
  *
  *  FAULT_ALIGN_0 - Alignment fault
- *  FAULT_ALIGN_0 - Alignment fault
+ *  FAULT_ALIGN_1 - Alignment fault
  *
  * These faults are fatal if they happen in kernel mode. Otherwise, we
  * deliver a bus error to the process.


More information about the svn-src-head mailing list