Module Name: src Committed By: skrll Date: Mon Jul 17 20:24:07 UTC 2017
Modified Files: src/lib/libpthread/arch/arm: pthread_md.h Log Message: Typo in comment To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libpthread/arch/arm/pthread_md.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libpthread/arch/arm/pthread_md.h diff -u src/lib/libpthread/arch/arm/pthread_md.h:1.9 src/lib/libpthread/arch/arm/pthread_md.h:1.10 --- src/lib/libpthread/arch/arm/pthread_md.h:1.9 Thu Aug 15 22:37:29 2013 +++ src/lib/libpthread/arch/arm/pthread_md.h Mon Jul 17 20:24:07 2017 @@ -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 @@ pthread__sp(void) (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