aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/GenericError.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-04-09 04:37:53 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-04-09 04:37:53 +0000
commit9ff2380ea6d2d186471b394227e332b705f1c7c9 (patch)
tree758973fd55b6e0941de91449ca6068056a6d18ff /llvm/lib/DebugInfo/PDB/GenericError.cpp
parentf73514c81060cfb8f718b2b18322fe902a9d6f8c (diff)
downloadllvm-9ff2380ea6d2d186471b394227e332b705f1c7c9.zip
llvm-9ff2380ea6d2d186471b394227e332b705f1c7c9.tar.gz
llvm-9ff2380ea6d2d186471b394227e332b705f1c7c9.tar.bz2
[NFC] fix trivial typos in comments and error message
"is is" -> "is", "are are" -> "are" llvm-svn: 329546
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/GenericError.cpp')
-rw-r--r--llvm/lib/DebugInfo/PDB/GenericError.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/GenericError.cpp b/llvm/lib/DebugInfo/PDB/GenericError.cpp
index 4fcecb9..2a677b9 100644
--- a/llvm/lib/DebugInfo/PDB/GenericError.cpp
+++ b/llvm/lib/DebugInfo/PDB/GenericError.cpp
@@ -30,7 +30,7 @@ public:
return "Type server PDB was not found.";
case generic_error_code::dia_sdk_not_present:
return "LLVM was not compiled with support for DIA. This usually means "
- "that you are are not using MSVC, or your Visual Studio "
+ "that you are not using MSVC, or your Visual Studio "
"installation "
"is corrupt.";
case generic_error_code::invalid_path: