From: George Burgess IV Date: Wed, 31 Aug 2016 18:14:15 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=967507d63923c90d66887f34939b935a0b5ba98d;p=clang Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280269 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index 9dbef558f0..b6c7b400f5 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -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,