From 805239b90c682f4106483a965507dc3ee16d911d Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 28 Dec 2015 19:07:46 +0000 Subject: [PATCH] Fix up comment in header. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256508 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Headers/altivec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Headers/altivec.h b/lib/Headers/altivec.h index c39156eff8..dc0dcbc738 100644 --- a/lib/Headers/altivec.h +++ b/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 -- 2.40.0