diff options
Diffstat (limited to 'clang-tools-extra/clangd/AST.h')
| -rw-r--r-- | clang-tools-extra/clangd/AST.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/AST.h b/clang-tools-extra/clangd/AST.h index f65c42869b7..6cae719986a 100644 --- a/clang-tools-extra/clangd/AST.h +++ b/clang-tools-extra/clangd/AST.h @@ -79,7 +79,7 @@ llvm::Optional<SymbolID> getSymbolID(const llvm::StringRef MacroName, const SourceManager &SM); /// Returns a QualType as string. The result doesn't contain unwritten scopes -/// like annoymous/inline namespace. +/// like anonymous/inline namespace. std::string printType(const QualType QT, const DeclContext &CurContext); /// Indicates if \p D is a template instantiation implicitly generated by the |

