From: Steve Ellcey Date: Tue, 24 Nov 2015 22:12:25 +0000 (+0000) Subject: Fix typos from last checkin. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68f7710bc1ba5fc04bef5f1d53e6b213dc91c763;p=gcc.git Fix typos from last checkin. From-SVN: r230847 --- diff --git a/gcc/testsuite/gcc.target/mips/frame-header-4.c b/gcc/testsuite/gcc.target/mips/frame-header-4.c index 3cddba14de5..8c45468a468 100644 --- a/gcc/testsuite/gcc.target/mips/frame-header-4.c +++ b/gcc/testsuite/gcc.target/mips/frame-header-4.c @@ -9,12 +9,12 @@ int __attribute__ ((noinline)) foo (int a, int b) { - return a + b; + return a + b; } int __attribute__ ((noinline)) bar (int a, int b) { - return 1 + foo(a,b); + return 1 + foo (a,b); }