From e7b305a27f5f8cb15be907f29ca3fa99deea4c49 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 24 Jun 2000 08:07:01 +0000 Subject: [PATCH] Fix comment typos. --- gas/ChangeLog | 4 ++++ gas/config/tc-h8500.c | 12 ++++++------ 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 + + * config/tc-h8500.c: Fix typos in comments. + 2000-06-23 Frank Ch. Eigler * 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) -- 2.7.4