diff --git a/sys/arch/powerpc/include/psl.h b/sys/arch/powerpc/include/psl.h index ae337e1d1fc8..7d097635b520 100644 --- a/sys/arch/powerpc/include/psl.h +++ b/sys/arch/powerpc/include/psl.h @@ -1,4 +1,4 @@ -/* $NetBSD: psl.h,v 1.10 2004/04/15 21:07:06 matt Exp $ */ +/* $NetBSD: psl.h,v 1.11 2004/06/26 16:04:55 kleink Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -84,7 +84,7 @@ * A user is not allowed to change any MSR bits except the following: * We restrict the test to the low 16 bits of the MSR since those are the * only ones preserved in the trap. Note that this means PSL_VEC needs to - * restored the SRR1 in userret. + * be restored to SRR1 in userret. */ #define PSL_USERSRR1 ((PSL_USERSET|PSL_USERMOD) & 0xFFFF) #define PSL_USERMOD (PSL_VEC|PSL_FP|PSL_FE0|PSL_FE1|PSL_LE|PSL_SE|PSL_BE)