From: Thomas Raoux Date: Tue, 20 Aug 2019 05:21:27 +0000 (+0000) Subject: [NFC] Test commit, fix some comment spelling. X-Git-Tag: llvmorg-11-init~11423 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a08e139d5074c7ca2b81d780525e958d27d2c8aa;p=platform%2Fupstream%2Fllvm.git [NFC] Test commit, fix some comment spelling. llvm-svn: 369326 --- diff --git a/llvm/lib/Target/Lanai/LanaiDelaySlotFiller.cpp b/llvm/lib/Target/Lanai/LanaiDelaySlotFiller.cpp index 09c63dc..b9e577d 100644 --- a/llvm/lib/Target/Lanai/LanaiDelaySlotFiller.cpp +++ b/llvm/lib/Target/Lanai/LanaiDelaySlotFiller.cpp @@ -6,7 +6,7 @@ // //===----------------------------------------------------------------------===// // -// Simple pass to fills delay slots with useful instructions. +// Simple pass to fill delay slots with useful instructions. // //===----------------------------------------------------------------------===//