diff options
Diffstat (limited to 'llvm/tools/llvm-profdata/llvm-profdata.cpp')
-rw-r--r-- | llvm/tools/llvm-profdata/llvm-profdata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-profdata/llvm-profdata.cpp b/llvm/tools/llvm-profdata/llvm-profdata.cpp index f0c9a41..9a5d3f9 100644 --- a/llvm/tools/llvm-profdata/llvm-profdata.cpp +++ b/llvm/tools/llvm-profdata/llvm-profdata.cpp @@ -130,7 +130,7 @@ static cl::opt<std::string> DebugInfoFilename( cl::sub(ShowSubcommand), cl::sub(MergeSubcommand)); static cl::opt<std::string> BinaryFilename("binary-file", cl::init(""), - cl::desc("For merge, use the provided unstripped bianry to " + cl::desc("For merge, use the provided unstripped binary to " "correlate the raw profile."), cl::sub(MergeSubcommand)); static cl::list<std::string> DebugFileDirectory( |