From cd69ab5ddf920a8740ffcb279206ad183b2582b1 Mon Sep 17 00:00:00 2001 From: Oleg Ranevskyy Date: Fri, 23 Oct 2015 17:10:44 +0000 Subject: [PATCH] Test commit: fix typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251122 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 2 +- tools/dsymutil/DwarfLinker.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp b/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp index 4f3334de478..d6828ecd38a 100644 --- a/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp +++ b/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/tools/dsymutil/DwarfLinker.cpp b/tools/dsymutil/DwarfLinker.cpp index 52c480ec4f1..0225ea692ca 100644 --- a/tools/dsymutil/DwarfLinker.cpp +++ b/tools/dsymutil/DwarfLinker.cpp @@ -1433,7 +1433,7 @@ private: /// The units of the current debug map object. std::vector Units; - /// The debug map object curently under consideration. + /// The debug map object currently under consideration. DebugMapObject *CurrentDebugObject; /// \brief The Dwarf string pool -- 2.11.0