summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-08-03 17:47:51 +0000
committerChris Lattner <sabre@nondot.org>2007-08-03 17:47:51 +0000
commit477ac778ed2b2f2a5f1f1e77b2eff9fff69946f0 (patch)
tree1cad41d9b2fbc84051b80c611f4bada0fe9d1699
parentd268a7a2681d5e87d2077e1a65409fa94bca5cc2 (diff)
downloadbcm5719-llvm-477ac778ed2b2f2a5f1f1e77b2eff9fff69946f0.tar.gz
bcm5719-llvm-477ac778ed2b2f2a5f1f1e77b2eff9fff69946f0.zip
fix a buggy comment I added
llvm-svn: 40787
-rw-r--r--clang/include/clang/AST/Expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/Expr.h b/clang/include/clang/AST/Expr.h
index 599d00dc068..c9649e3875f 100644
--- a/clang/include/clang/AST/Expr.h
+++ b/clang/include/clang/AST/Expr.h
@@ -475,7 +475,7 @@ public:
enum ElementType {
Point, // xywz
Color, // rgba
- Texture // uv
+ Texture // stpq
};
OCUVectorElementExpr(QualType ty, Expr *base, IdentifierInfo &accessor,
SourceLocation loc)
OpenPOWER on IntegriCloud