From: Thomas Raoux Date: Tue, 20 Aug 2019 05:21:27 +0000 (+0000) Subject: [NFC] Test commit, fix some comment spelling. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48c2af6f088abccde8ae7eb402ba366bbf38c496;p=llvm [NFC] Test commit, fix some comment spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369326 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Lanai/LanaiDelaySlotFiller.cpp b/lib/Target/Lanai/LanaiDelaySlotFiller.cpp index 09c63dca23e..b9e577d201f 100644 --- a/lib/Target/Lanai/LanaiDelaySlotFiller.cpp +++ b/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. // //===----------------------------------------------------------------------===//