From: Filipe Cabecinhas Date: Sat, 31 Jan 2015 23:25:54 +0000 (+0000) Subject: Fix a typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17bbd7e7af42e07a7bd7a8523d8f873f15dff2c5;p=clang Fix a typo We're not that much into metals. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227696 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/frame-pointer-elim.c b/test/Driver/frame-pointer-elim.c index ce0612b14d..5355cbe3a3 100644 --- a/test/Driver/frame-pointer-elim.c +++ b/test/Driver/frame-pointer-elim.c @@ -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