aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-06-24 08:07:01 +0000
committerAlan Modra <amodra@gmail.com>2000-06-24 08:07:01 +0000
commite7b305a27f5f8cb15be907f29ca3fa99deea4c49 (patch)
tree74489477feb6d65ee1c0d80291642427fc9ae7bf /gas
parent4667035e30590095c4f90d60731a52bd96f5089e (diff)
downloadgdb-e7b305a27f5f8cb15be907f29ca3fa99deea4c49.zip
gdb-e7b305a27f5f8cb15be907f29ca3fa99deea4c49.tar.gz
gdb-e7b305a27f5f8cb15be907f29ca3fa99deea4c49.tar.bz2
Fix comment typos.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-h8500.c12
2 files changed, 10 insertions, 6 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 07944dd..c020520 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-24 Kazu Hirata <kazu@hxi.com>
+
+ * config/tc-h8500.c: Fix typos in comments.
+
2000-06-23 Frank Ch. Eigler <fche@redhat.com>
* expr.c (operand): Permit $hex literals if LITERAL_PREFIXDOLLAR_HEX
diff --git a/gas/config/tc-h8500.c b/gas/config/tc-h8500.c
index b5e6be3..bd72a2a 100644
--- a/gas/config/tc-h8500.c
+++ b/gas/config/tc-h8500.c
@@ -1,5 +1,5 @@
/* tc-h8500.c -- Assemble code for the Hitachi H8/500
- Copyright (C) 1993, 94, 95, 1998 Free Software Foundation.
+ Copyright (C) 1993, 94, 95, 98, 2000 Free Software Foundation.
This file is part of GAS, the GNU Assembler.
@@ -94,7 +94,7 @@ static struct hash_control *opcode_hash_control; /* Opcode mnemonics */
/*
This function is called once, at assembler startup time. This should
- set up all the tables, etc that the MD part of the assembler needs
+ set up all the tables, etc. that the MD part of the assembler needs
*/
void
@@ -933,7 +933,7 @@ build_relaxable_instruction (opcode, operand)
}
}
-/* Now we know what sort of opcodes it is, lets build the bytes -
+/* Now we know what sort of opcodes it is, let's build the bytes -
*/
static void
build_bytes (opcode, operand)
@@ -1081,7 +1081,7 @@ build_bytes (opcode, operand)
}
/* This is the guts of the machine-dependent assembler. STR points to a
- machine dependent instruction. This funciton is supposed to emit
+ machine dependent instruction. This function is supposed to emit
the frags/bytes it assembles to.
*/
@@ -1175,8 +1175,8 @@ DEFUN (tc_headers_hook, (headers),
#define MAX_LITTLENUMS 6
/* Turn a string in input_line_pointer into a floating point constant of type
- type, and store the appropriate bytes in *litP. The number of LITTLENUMS
- emitted is stored in *sizeP . An error message is returned, or NULL on OK.
+ type, and store the appropriate bytes in *LITP. The number of LITTLENUMS
+ emitted is stored in *SIZEP . An error message is returned, or NULL on OK.
*/
char *
md_atof (type, litP, sizeP)