commit | 1f6c41f4e072550703c95ab7d675bff903cb637f | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <compnerd@compnerd.org> | Sat Oct 27 06:12:52 2018 +0000 |
committer | Saleem Abdulrasool <compnerd@compnerd.org> | Sat Oct 27 06:12:52 2018 +0000 |
tree | c054362927aee54780d97b1ea5421301eca77335 | |
parent | 4b89647b79e1310c8bcf08edce724ea8b39e1cdb [diff] [blame] |
AST: fix a typo in a comment (NFC) Fix a typo spotted by Akira! NFC llvm-svn: 345449
diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp index 321f4f9..b805011 100644 --- a/clang/lib/AST/ASTContext.cpp +++ b/clang/lib/AST/ASTContext.cpp
@@ -5772,7 +5772,7 @@ /// Objective-C ABI /// /// typedef struct __NSConstantString_tag { - /// const char *isa; + /// const int *isa; /// int flags; /// const char *str; /// long length;