Fix a typo in a comment.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Wed, 31 Aug 2016 18:14:15 +0000 (18:14 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Wed, 31 Aug 2016 18:14:15 +0000 (18:14 +0000)
llvm-svn: 280269

clang/include/clang/Sema/Sema.h

index 9dbef55..b6c7b40 100644 (file)
@@ -8711,8 +8711,8 @@ public:
     /// are not compatible, but we accept them as an extension.
     IncompatiblePointer,
 
-    /// IncompatiblePointer - The assignment is between two pointers types which
-    /// point to integers which have a different sign, but are otherwise
+    /// IncompatiblePointerSign - The assignment is between two pointers types
+    /// which point to integers which have a different sign, but are otherwise
     /// identical. This is a subset of the above, but broken out because it's by
     /// far the most common case of incompatible pointers.
     IncompatiblePointerSign,