forked from OSchip/llvm-project
[docs] Fix a think-o in the Programmer's Manual.
llvm-svn: 296421
This commit is contained in:
parent
428f8f5a27
commit
6b0b2b54da
|
@ -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>)
|
||||
|
|
Loading…
Reference in New Issue