Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2009 13:01:18 +0000 (UTC)
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r190845 - head/sys/arm/arm
Message-ID:  <200904081301.n38D1Isb059744@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904081301.n38D1Isb059744>