]> granicus.if.org Git - llvm/commitdiff
[docs] Fix a think-o in the Programmer's Manual.
authorLang Hames <lhames@gmail.com>
Tue, 28 Feb 2017 01:35:31 +0000 (01:35 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 28 Feb 2017 01:35:31 +0000 (01:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296421 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.rst

index d07f7c58f03b3795a375185322b167dc3f694084..39e149617e6a7396bbf2c15e79b3014ba8d10ac9 100644 (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>)