From 9ff1e1be4e51e811e0894935ca6f08d6ec2fc8c0 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 12 Oct 2018 19:30:43 +0000 Subject: [PATCH] Fix Wdocumentation warning. NFCI. llvm-svn: 344402 --- llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h b/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h index af4e8f4..9a06a6a 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 }; -- 2.7.4