diff options
-rw-r--r-- | llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h b/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h index af4e8f40575..9a06a6a3344 100644 --- a/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h +++ b/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h @@ -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 }; |