Fix Wdocumentation warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 12 Oct 2018 19:30:43 +0000 (19:30 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 12 Oct 2018 19:30:43 +0000 (19:30 +0000)
llvm-svn: 344402

llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h

index af4e8f4..9a06a6a 100644 (file)
@@ -657,11 +657,11 @@ public:
 
   /// Indices of known build info arguments.
   enum BuildInfoArg {
-    CurrentDirectory, //< Absolute CWD path
-    BuildTool,        //< Absolute compiler path
-    SourceFile,       //< Path to main source file, relative or absolute
-    TypeServerPDB,    //< Absoulte path of type server PDB (/Fd)
-    CommandLine,      //< Full canonical command line (maybe -cc1)
+    CurrentDirectory, ///< Absolute CWD path
+    BuildTool,        ///< Absolute compiler path
+    SourceFile,       ///< Path to main source file, relative or absolute
+    TypeServerPDB,    ///< Absolute path of type server PDB (/Fd)
+    CommandLine,      ///< Full canonical command line (maybe -cc1)
     MaxArgs
   };