diff options
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 2 | ||||
-rw-r--r-- | llvm/tools/dsymutil/DwarfLinker.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp b/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp index 4f3334de478..d6828ecd38a 100644 --- a/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp +++ b/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp @@ -1323,7 +1323,7 @@ bool HexagonPacketizerList::isLegalToPruneDependencies(SUnit *SUI, SUnit *SUJ) { // Check if the instruction (must be a store) was glued with an Allocframe // instruction. If so, restore its offset to its original value, i.e. use - // curent SP instead of caller's SP. + // current SP instead of caller's SP. if (GlueAllocframeStore) { I->getOperand(1).setImm(I->getOperand(1).getImm() + FrameSize + HEXAGON_LRFP_SIZE); diff --git a/llvm/tools/dsymutil/DwarfLinker.cpp b/llvm/tools/dsymutil/DwarfLinker.cpp index 52c480ec4f1..0225ea692ca 100644 --- a/llvm/tools/dsymutil/DwarfLinker.cpp +++ b/llvm/tools/dsymutil/DwarfLinker.cpp @@ -1433,7 +1433,7 @@ private: /// The units of the current debug map object. std::vector<CompileUnit> Units; - /// The debug map object curently under consideration. + /// The debug map object currently under consideration. DebugMapObject *CurrentDebugObject; /// \brief The Dwarf string pool |