This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] arm.c: Fix a comment typo.


Hi,

Attached is a patch to fix a comment typo.  Committed as obvious.

Kazu Hirata

2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>

	* config/arm/arm.c (arm_compute_initial_elimination_offset):
	Fix a comment typo.

Index: arm.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/arm.c,v
retrieving revision 1.227
diff -u -r1.227 arm.c
--- arm.c	6 Sep 2002 14:54:48 -0000	1.227
+++ arm.c	12 Sep 2002 18:16:48 -0000
@@ -8044,7 +8044,7 @@
    current stack pointer -> |    | /
                               --
 
-  For a given funciton some or all of these stack compomnents
+  For a given function some or all of these stack compomnents
   may not be needed, giving rise to the possibility of
   eliminating some of the registers.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]