From a08e139d5074c7ca2b81d780525e958d27d2c8aa Mon Sep 17 00:00:00 2001 From: Thomas Raoux Date: Tue, 20 Aug 2019 05:21:27 +0000 Subject: [PATCH] [NFC] Test commit, fix some comment spelling. llvm-svn: 369326 --- llvm/lib/Target/Lanai/LanaiDelaySlotFiller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. // //===----------------------------------------------------------------------===// -- 2.7.4