Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread/arch/arm Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/a3919feb543d
branches:  trunk
changeset: 825488:a3919feb543d
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jul 17 20:24:07 2017 +0000

description:
Typo in comment

diffstat:

 lib/libpthread/arch/arm/pthread_md.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fe88c6e67fd2 -r a3919feb543d lib/libpthread/arch/arm/pthread_md.h
--- a/lib/libpthread/arch/arm/pthread_md.h      Mon Jul 17 19:55:13 2017 +0000
+++ b/lib/libpthread/arch/arm/pthread_md.h      Mon Jul 17 20:24:07 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pthread_md.h,v 1.9 2013/08/15 22:37:29 matt Exp $      */
+/*     $NetBSD: pthread_md.h,v 1.10 2017/07/17 20:24:07 skrll Exp $    */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -72,7 +72,7 @@
        (ucp)->uc_mcontext.__gregs[_REG_PC] =                           \
         ((ucp)->uc_mcontext.__gregs[_REG_PC] & 0x3fffffc) | 0x0;
 #else
-/* Set CPSR to PSR_USE32_MODE (0x10) from arm/armreg.h */
+/* Set CPSR to PSR_USR32_MODE (0x10) from arm/armreg.h */
 #define _INITCONTEXT_U_MD(ucp)                                         \
        (ucp)->uc_mcontext.__gregs[_REG_CPSR] = 0x10;
 #endif



Home | Main Index | Thread Index | Old Index