Fix typo in filename comment.
authorEric Christopher <echristo@gmail.com>
Wed, 3 Jun 2020 21:20:46 +0000 (14:20 -0700)
committerEric Christopher <echristo@gmail.com>
Wed, 3 Jun 2020 23:01:36 +0000 (16:01 -0700)
llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp

index 165df12..8d60bbb 100644 (file)
@@ -1,4 +1,4 @@
-//===- X86AvoidStoreForwardingBlockis.cpp - Avoid HW Store Forward Block --===//
+//===- X86AvoidStoreForwardingBlocks.cpp - Avoid HW Store Forward Block ---===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.