Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm Missing subject.



details:   https://anonhg.NetBSD.org/src/rev/74a87fd9178f
branches:  trunk
changeset: 790808:74a87fd9178f
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Oct 21 20:05:50 2013 +0000

description:
Missing subject.

diffstat:

 sys/arch/arm/arm/cpu_exec.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5e72a7a267d9 -r 74a87fd9178f sys/arch/arm/arm/cpu_exec.c
--- a/sys/arch/arm/arm/cpu_exec.c       Mon Oct 21 19:27:55 2013 +0000
+++ b/sys/arch/arm/arm/cpu_exec.c       Mon Oct 21 20:05:50 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu_exec.c,v 1.5 2013/09/10 21:30:21 matt Exp $        */
+/*     $NetBSD: cpu_exec.c,v 1.6 2013/10/21 20:05:50 joerg Exp $       */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_exec.c,v 1.5 2013/09/10 21:30:21 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_exec.c,v 1.6 2013/10/21 20:05:50 joerg Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_compat_netbsd32.h"
@@ -82,7 +82,7 @@
 #endif /* __ARMEB__ */
 
        /*
-        * This is subtle.  If are netbsd32, then we don't want to match the
+        * This is subtle.  If we are netbsd32, then we don't want to match the
         * same ABI as the kernel.  If we aren't (netbsd32 == false), then we
         * don't want to be different from the kernel's ABI.
         *    true   true   true  ENOEXEC



Home | Main Index | Thread Index | Old Index