From 9faa82d8c081b9e38370b5a913825111d2166de6 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 16 May 1995 08:39:54 -0400 Subject: Fix typos in comments. From-SVN: r9712 --- gcc/crtstuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/crtstuff.c') diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index b10a87a..f95678c 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -260,7 +260,7 @@ init_dummy () Note that we use some tricks here to get *just* the body and just a function epilogue (but no function prologue) into the .init - section of the crtend.o file. Sepcifically, we switch to the .text + section of the crtend.o file. Specifically, we switch to the .text section, start to define a function, and then we switch to the .init section just before the body code. -- cgit v1.1