diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-10 16:03:48 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-10 16:03:48 +0000 |
commit | f451cb870efcf9e0302d25ed05f4cac6bb494e42 (patch) | |
tree | f614bd15d6f3e0b944c58469b235dafc3e693747 /lib/Target/CBackend | |
parent | c056baed8704bd715ee58e5dfe724c255e68abbd (diff) | |
download | external_llvm-f451cb870efcf9e0302d25ed05f4cac6bb494e42.zip external_llvm-f451cb870efcf9e0302d25ed05f4cac6bb494e42.tar.gz external_llvm-f451cb870efcf9e0302d25ed05f4cac6bb494e42.tar.bz2 |
Fix "the the" and similar typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CBackend')
-rw-r--r-- | lib/Target/CBackend/CBackend.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp index f63398e..fd4c4e7 100644 --- a/lib/Target/CBackend/CBackend.cpp +++ b/lib/Target/CBackend/CBackend.cpp @@ -1841,7 +1841,7 @@ static SpecialGlobalClass getGlobalVariableClass(const GlobalVariable *GV) { return GlobalDtors; } - // Otherwise, it it is other metadata, don't print it. This catches things + // Otherwise, if it is other metadata, don't print it. This catches things // like debug information. if (GV->getSection() == "llvm.metadata") return NotPrinted; @@ -3113,7 +3113,7 @@ void CWriter::visitCallInst(CallInst &I) { } /// visitBuiltinCall - Handle the call to the specified builtin. Returns true -/// if the entire call is handled, return false it it wasn't handled, and +/// if the entire call is handled, return false if it wasn't handled, and /// optionally set 'WroteCallee' if the callee has already been printed out. bool CWriter::visitBuiltinCall(CallInst &I, Intrinsic::ID ID, bool &WroteCallee) { |