Commit 6d77b53e by Kazu Hirata Committed by Nick Clifton

Fix typos in comments.

From-SVN: r34694
parent 8c4e4f26
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> 2000-06-25 Philipp Thomas <pthomas@suse.de>
* aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog * aclocal.m4 (AM_WITH_NLS): Set create_catalogs=no if no catalog
......
...@@ -1767,7 +1767,7 @@ current_file_function_operand (sym_ref) ...@@ -1767,7 +1767,7 @@ current_file_function_operand (sym_ref)
if (ENCODED_SHORT_CALL_ATTR_P (XSTR (sym_ref, 0))) if (ENCODED_SHORT_CALL_ATTR_P (XSTR (sym_ref, 0)))
return 1; 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 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. */ defintion of the function, and so we have to say no. */
if (sym_ref == XEXP (DECL_RTL (current_function_decl), 0) if (sym_ref == XEXP (DECL_RTL (current_function_decl), 0)
...@@ -9026,7 +9026,7 @@ output_thumb_prologue (f) ...@@ -9026,7 +9026,7 @@ output_thumb_prologue (f)
/* Generate code sequence to switch us into Thumb mode. */ /* Generate code sequence to switch us into Thumb mode. */
/* The .code 32 directive has already been emitted by /* 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, "\torr\t%r, %r, #1\n", IP_REGNUM, PC_REGNUM);
asm_fprintf (f, "\tbx\t%r\n", IP_REGNUM); asm_fprintf (f, "\tbx\t%r\n", IP_REGNUM);
......
...@@ -1839,7 +1839,7 @@ typedef struct ...@@ -1839,7 +1839,7 @@ typedef struct
SUBTARGET_NAME_ENCODING_LENGTHS SUBTARGET_NAME_ENCODING_LENGTHS
/* This has to be handled by a function because more than part of the /* 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 #undef STRIP_NAME_ENCODING
#define STRIP_NAME_ENCODING(VAR, SYMBOL_NAME) \ #define STRIP_NAME_ENCODING(VAR, SYMBOL_NAME) \
(VAR) = arm_strip_name_encoding (SYMBOL_NAME) (VAR) = arm_strip_name_encoding (SYMBOL_NAME)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment