Spelling correction
authorSid Manning <sidneym@codeaurora.org>
Mon, 8 Sep 2014 13:05:23 +0000 (13:05 +0000)
committerSid Manning <sidneym@codeaurora.org>
Mon, 8 Sep 2014 13:05:23 +0000 (13:05 +0000)
Another trivial spelling change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217364 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/HexagonVLIWPacketizer.cpp

index ee7e00befd4816e36cc2e4d0846b0b286ea81f04..8983f57390d0a9ed02c8b255ab1a398e4485b250 100644 (file)
@@ -1276,9 +1276,9 @@ bool HexagonPacketizerList::isLegalToPacketizeTogether(SUnit *SUI, SUnit *SUJ) {
       }
 
       // For V4, special case ALLOCFRAME. Even though there is dependency
-      // between ALLOCAFRAME and subsequent store, allow it to be
+      // between ALLOCFRAME and subsequent store, allow it to be
       // packetized in a same packet. This implies that the store is using
-      // caller's SP. Hense, offset needs to be updated accordingly.
+      // caller's SP. Hence, offset needs to be updated accordingly.
       else if (DepType == SDep::Data
                && QRI->Subtarget.hasV4TOps()
                && J->getOpcode() == Hexagon::ALLOCFRAME