Fix a typo
authorFilipe Cabecinhas <me@filcab.net>
Sat, 31 Jan 2015 23:25:54 +0000 (23:25 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Sat, 31 Jan 2015 23:25:54 +0000 (23:25 +0000)
We're not that much into metals.

llvm-svn: 227696

clang/test/Driver/frame-pointer-elim.c

index ce0612b..5355cbe 100644 (file)
@@ -26,7 +26,7 @@
 // RUN:   FileCheck --check-prefix=OMIT_LEAF %s
 // OMIT_LEAF: "-momit-leaf-frame-pointer"
 
-// On the PS4, we default to omitting the frame pointer on lead functions
+// On the PS4, we default to omitting the frame pointer on leaf functions
 // (OMIT_LEAF check line is above)
 // RUN: %clang -### -target x86_64-scei-ps4 -S %s 2>&1 | \
 // RUN:   FileCheck --check-prefix=OMIT_LEAF %s