summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Burgess IV <george.burgess.iv@gmail.com>2016-08-31 18:14:15 +0000
committerGeorge Burgess IV <george.burgess.iv@gmail.com>2016-08-31 18:14:15 +0000
commit58892a65f438a71c4b9454513f3b7b6f70b49136 (patch)
tree50deefa145d44dfa27c239b2f32fd1280a08a2b2
parent576225daf5f0c85183369a86ab1be01455c383bc (diff)
downloadbcm5719-llvm-58892a65f438a71c4b9454513f3b7b6f70b49136.tar.gz
bcm5719-llvm-58892a65f438a71c4b9454513f3b7b6f70b49136.zip
Fix a typo in a comment.
llvm-svn: 280269
-rw-r--r--clang/include/clang/Sema/Sema.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang/Sema/Sema.h b/clang/include/clang/Sema/Sema.h
index 9dbef558f04..b6c7b400f5b 100644
--- a/clang/include/clang/Sema/Sema.h
+++ b/clang/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,
OpenPOWER on IntegriCloud