From: Lang Hames Date: Tue, 28 Feb 2017 01:35:31 +0000 (+0000) Subject: [docs] Fix a think-o in the Programmer's Manual. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97a1c1b90e0360c129438e14da9a692aa0f4fd48;p=llvm [docs] Fix a think-o in the Programmer's Manual. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296421 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ProgrammersManual.rst b/docs/ProgrammersManual.rst index d07f7c58f03..39e149617e6 100644 --- a/docs/ProgrammersManual.rst +++ b/docs/ProgrammersManual.rst @@ -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 ()