]> granicus.if.org Git - clang/commitdiff
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227696 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/frame-pointer-elim.c

index ce0612b14dcf204998551907f6a91c5c27b5a24d..5355cbe3a364d12e921a0a847711a15864251f13 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