From 48c2af6f088abccde8ae7eb402ba366bbf38c496 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369326 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Lanai/LanaiDelaySlotFiller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. // //===----------------------------------------------------------------------===// -- 2.50.1