diff options
author | Thomas Raoux <thomas.raoux@gmail.com> | 2019-08-20 05:21:27 +0000 |
---|---|---|
committer | Thomas Raoux <thomas.raoux@gmail.com> | 2019-08-20 05:21:27 +0000 |
commit | a08e139d5074c7ca2b81d780525e958d27d2c8aa (patch) | |
tree | b6a3fadc0491bf40814dd7fe2acc3495a26fec89 | |
parent | 40da6be2bd393b41907588afad4253f45966fc25 (diff) | |
download | bcm5719-llvm-a08e139d5074c7ca2b81d780525e958d27d2c8aa.tar.gz bcm5719-llvm-a08e139d5074c7ca2b81d780525e958d27d2c8aa.zip |
[NFC] Test commit, fix some comment spelling.
llvm-svn: 369326
-rw-r--r-- | llvm/lib/Target/Lanai/LanaiDelaySlotFiller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Lanai/LanaiDelaySlotFiller.cpp b/llvm/lib/Target/Lanai/LanaiDelaySlotFiller.cpp index 09c63dca23e..b9e577d201f 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. // //===----------------------------------------------------------------------===// |