Skip to content
Snippets Groups Projects
Commit 4ee625ab authored by Bob Wilson's avatar Bob Wilson
Browse files

Fix typo in documentation comment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@270391 91177308-0d34-0410-b5e6-96231b3b80d8
parent c640ecae
No related branches found
No related tags found
No related merge requests found
......@@ -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) {}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment