diff options
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/lib/Headers/altivec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Headers/altivec.h b/clang/lib/Headers/altivec.h index c39156eff8e..dc0dcbc7385 100644 --- a/clang/lib/Headers/altivec.h +++ b/clang/lib/Headers/altivec.h @@ -27,7 +27,7 @@ #error "AltiVec support not enabled" #endif -/* constants for mapping CR6 bits to predicate result. */ +/* Constants for mapping CR6 bits to predicate result. */ #define __CR6_EQ 0 #define __CR6_EQ_REV 1 |

