]> granicus.if.org Git - clang/commitdiff
fix a buggy comment I added
authorChris Lattner <sabre@nondot.org>
Fri, 3 Aug 2007 17:47:51 +0000 (17:47 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 3 Aug 2007 17:47:51 +0000 (17:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40787 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Expr.h

index 599d00dc068ae778f2b61faf2c959e1078b151e4..c9649e3875fcae159280940f795aec46251b94bb 100644 (file)
@@ -475,7 +475,7 @@ public:
   enum ElementType {
     Point,   // xywz
     Color,   // rgba
-    Texture  // uv
+    Texture  // stpq
   };
   OCUVectorElementExpr(QualType ty, Expr *base, IdentifierInfo &accessor,
                        SourceLocation loc)