aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-ia64.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-11-21 14:38:06 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-11-21 14:38:06 +0000
commit0234cb7c70cd672825ac5760714792f64581ea22 (patch)
tree4c03eac4389ab13c6633c33b15538ca96ec52914 /gas/config/tc-ia64.c
parenta2e224686a3a8de934930c0be2160f87c9b86e76 (diff)
downloadgdb-0234cb7c70cd672825ac5760714792f64581ea22.zip
gdb-0234cb7c70cd672825ac5760714792f64581ea22.tar.gz
gdb-0234cb7c70cd672825ac5760714792f64581ea22.tar.bz2
* config/tc-hppa.c: Fix comment typos.
* config/tc-i370.c: Likewise. * config/tc-i386.c: Likewise. * config/tc-i386.h: Likewise. * config/tc-i960.c: Likewise. * config/tc-ia64.c: Likewise. * config/tc-iq2000.h: Likewise.
Diffstat (limited to 'gas/config/tc-ia64.c')
-rw-r--r--gas/config/tc-ia64.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c
index 647724b..e6eea83 100644
--- a/gas/config/tc-ia64.c
+++ b/gas/config/tc-ia64.c
@@ -698,7 +698,7 @@ static struct
typedef void (*vbyte_func) PARAMS ((int, char *, char *));
-/* Forward delarations: */
+/* Forward declarations: */
static int ar_is_in_integer_unit PARAMS ((int regnum));
static void set_section PARAMS ((char *name));
static unsigned int set_regstack PARAMS ((unsigned int, unsigned int,
@@ -2669,7 +2669,7 @@ optimize_unw_records (list)
/* Given a complete record list, process any records which have
unresolved fields, (ie length counts for a prologue). After
- this has been run, all neccessary information should be available
+ this has been run, all necessary information should be available
within each record to generate an image. */
static void
@@ -2855,7 +2855,7 @@ setup_unwind_header (int size, unsigned char **mem)
int x, extra = 0;
valueT flag_value;
- /* pad to pointer-size boundry. */
+ /* pad to pointer-size boundary. */
x = size % md.pointer_size;
if (x != 0)
extra = md.pointer_size - x;
@@ -6574,7 +6574,7 @@ md_begin ()
bfd_set_section_alignment (stdoutput, text_section, 4);
- /* Make sure fucntion pointers get initialized. */
+ /* Make sure function pointers get initialized. */
target_big_endian = -1;
dot_byteorder (TARGET_BYTES_BIG_ENDIAN);