svn commit: r286883 - head/sys/arm64/arm64

Ed Maste emaste at FreeBSD.org
Tue Aug 18 11:52:46 UTC 2015


Author: emaste
Date: Tue Aug 18 11:52:45 2015
New Revision: 286883
URL: https://svnweb.freebsd.org/changeset/base/286883

Log:
  Correct comment typo noted by erik

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

Modified: head/sys/arm64/arm64/trap.c
==============================================================================
--- head/sys/arm64/arm64/trap.c	Tue Aug 18 11:51:29 2015	(r286882)
+++ head/sys/arm64/arm64/trap.c	Tue Aug 18 11:52:45 2015	(r286883)
@@ -310,7 +310,7 @@ do_el1h_sync(struct trapframe *frame)
 
 /*
  * The attempted execution of an instruction bit pattern that has no allocated
- * instruction resuls in an exception with an unknown reason.
+ * instruction results in an exception with an unknown reason.
  */
 static void
 el0_excp_unknown(struct trapframe *frame)


More information about the svn-src-head mailing list