diff options
| author | andvar <andvar@NetBSD.org> | 2022-05-28 22:16:43 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-05-28 22:16:43 +0000 |
| commit | 93e1d83524dad135dfd153e87635ecbe70397ebb (patch) | |
| tree | 53f58f2c037cefd086b41b58352d261e98c8fd25 /sys/arch/powerpc/include | |
| parent | 051f0471ee6e6db45974cb8415954eb9e52b992e (diff) | |
fix various typos in comments.
Diffstat (limited to 'sys/arch/powerpc/include')
| -rw-r--r-- | sys/arch/powerpc/include/altivec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/altivec.h b/sys/arch/powerpc/include/altivec.h index cf2c4155118..a200841384d 100644 --- a/sys/arch/powerpc/include/altivec.h +++ b/sys/arch/powerpc/include/altivec.h @@ -1,4 +1,4 @@ -/* $NetBSD: altivec.h,v 1.18 2018/04/19 21:50:07 christos Exp $ */ +/* $NetBSD: altivec.h,v 1.19 2022/05/28 22:16:43 andvar Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -32,7 +32,7 @@ #ifndef _POWERPC_ALTIVEC_H_ #define _POWERPC_ALTIVEC_H_ -#define VSCR_SA 0x00000001 /* Saturation happended (sticky) */ +#define VSCR_SA 0x00000001 /* Saturation happened (sticky) */ #define VSCR_NJ 0x00010000 /* Non Java-IEEE-C9X FP mode */ #ifdef _KERNEL |
