From: Bob Wilson Date: Mon, 23 May 2016 01:52:50 +0000 (+0000) Subject: Fix typo in documentation comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ee625ab3250987ec803c4dc799ee7f420fb0ef2;p=clang Fix typo in documentation comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@270391 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Lex/ModuleMap.h b/include/clang/Lex/ModuleMap.h index a9c465a95d..1e86f73698 100644 --- a/include/clang/Lex/ModuleMap.h +++ b/include/clang/Lex/ModuleMap.h @@ -59,7 +59,7 @@ public: /// \brief Called when an umbrella header is added during module map parsing. /// /// \param FileMgr FileManager instance - /// \param Header The umbreall header to collect. + /// \param Header The umbrella header to collect. virtual void moduleMapAddUmbrellaHeader(FileManager *FileMgr, const FileEntry *Header) {} };