diff options
-rw-r--r-- | lib/AsmParser/llvmAsmParser.y | 2 | ||||
-rw-r--r-- | lib/VMCore/Type.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/AsmParser/llvmAsmParser.y b/lib/AsmParser/llvmAsmParser.y index 927b1203d1..b8ac7f2867 100644 --- a/lib/AsmParser/llvmAsmParser.y +++ b/lib/AsmParser/llvmAsmParser.y @@ -72,7 +72,7 @@ static struct PerModuleInfo { std::map<ValID, PATypeHolder> LateResolveTypes; /// PlaceHolderInfo - When temporary placeholder objects are created, remember - /// how they were referenced and one which line of the input they came from so + /// how they were referenced and on which line of the input they came from so /// that we can resolve them later and print error messages as appropriate. std::map<Value*, std::pair<ValID, int> > PlaceHolderInfo; diff --git a/lib/VMCore/Type.cpp b/lib/VMCore/Type.cpp index 335bc4ee52..a96efad744 100644 --- a/lib/VMCore/Type.cpp +++ b/lib/VMCore/Type.cpp @@ -1246,7 +1246,7 @@ void Type::removeAbstractTypeUser(AbstractTypeUser *U) const { } -// refineAbstractTypeTo - This function is used to when it is discovered that +// refineAbstractTypeTo - This function is used when it is discovered that // the 'this' abstract type is actually equivalent to the NewType specified. // This causes all users of 'this' to switch to reference the more concrete type // NewType and for 'this' to be deleted. |