[docs] Fix a think-o in the Programmer's Manual.

llvm-svn: 296421
This commit is contained in:
Lang Hames 2017-02-28 01:35:31 +00:00
parent 428f8f5a27
commit 6b0b2b54da
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ that inherits from the ErrorInfo utility, E.g.:
}
};
char FileExists::ID; // This should be declared in the C++ file.
char BadFileFormat::ID; // This should be declared in the C++ file.
Error printFormattedFile(StringRef Path) {
if (<check for valid format>)