diff --git a/lld/test/ELF/global_offset_table_shared.s b/lld/test/ELF/global_offset_table_shared.s
index 299c178f7e2a..b70f98c6dde5 100644
--- a/lld/test/ELF/global_offset_table_shared.s
+++ b/lld/test/ELF/global_offset_table_shared.s
@@ -1,6 +1,6 @@
 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t
 // RUN: ld.lld -shared %t -o %t2
-// RUN: llvm-readobj -t %t2 | Filecheck %s
+// RUN: llvm-readobj -t %t2 | FileCheck %s
 .long _GLOBAL_OFFSET_TABLE_
 
 // CHECK-NOT: Name: _GLOBAL_OFFSET_TABLE_