Skip to content

Commit

Permalink
[docs] Fix a think-o in the Programmer's Manual.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296421 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lhames committed Feb 28, 2017
1 parent 26e0beb commit 97a1c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ProgrammersManual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>)
Expand Down

0 comments on commit 97a1c1b

Please sign in to comment.