Fix typos in comments.

From-SVN: r34694
This commit is contained in:
Kazu Hirata 2000-06-25 16:21:08 +00:00 committed by Nick Clifton
parent 8c4e4f2650
commit 6d77b53e7a
3 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2000-06-25 Kazu Hirata <kazu@hxi.com>
* config/arm.c: Fix a comment typo.
* config/arm.h: Likewise.
2000-06-25 Philipp Thomas <pthomas@suse.de>
* aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog

View file

@ -1767,7 +1767,7 @@ current_file_function_operand (sym_ref)
if (ENCODED_SHORT_CALL_ATTR_P (XSTR (sym_ref, 0)))
return 1;
/* The current funciton is always defined within the current compilation
/* The current function is always defined within the current compilation
unit. if it s a weak defintion however, then this may not be the real
defintion of the function, and so we have to say no. */
if (sym_ref == XEXP (DECL_RTL (current_function_decl), 0)
@ -9026,7 +9026,7 @@ output_thumb_prologue (f)
/* Generate code sequence to switch us into Thumb mode. */
/* The .code 32 directive has already been emitted by
ASM_DECLARE_FUNCITON_NAME */
ASM_DECLARE_FUNCTION_NAME. */
asm_fprintf (f, "\torr\t%r, %r, #1\n", IP_REGNUM, PC_REGNUM);
asm_fprintf (f, "\tbx\t%r\n", IP_REGNUM);

View file

@ -1839,7 +1839,7 @@ typedef struct
SUBTARGET_NAME_ENCODING_LENGTHS
/* This has to be handled by a function because more than part of the
ARM backend uses funciton name prefixes to encode attributes. */
ARM backend uses function name prefixes to encode attributes. */
#undef STRIP_NAME_ENCODING
#define STRIP_NAME_ENCODING(VAR, SYMBOL_NAME) \
(VAR) = arm_strip_name_encoding (SYMBOL_NAME)