summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-01-21 14:03:27 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-01-21 14:03:27 +0000
commit956b332b68ed49ce42b17e0a69295b336c144b88 (patch)
tree623bf63334c0802b97ffe1eb9f7fefb37b9d9d69
parent0bf7303c8d2344754f05b878e5ca4d176c11c99e (diff)
downloadgdb-956b332b68ed49ce42b17e0a69295b336c144b88.tar.gz
comment typo fixes
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/som.c4
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/h8300.h4
-rw-r--r--intl/ChangeLog5
-rw-r--r--intl/linux-msg.sed4
-rw-r--r--intl/xopen-msg.sed4
7 files changed, 21 insertions, 8 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index fa6376a15a6..e4db7c154ee 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
+
+ * som.c (som_write_space_strings): Comment typo fix.
+
2002-01-21 Alan Modra <amodra@bigpond.net.au>
* elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
diff --git a/bfd/som.c b/bfd/som.c
index cf4af77229e..be190d80b1c 100644
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -1,6 +1,6 @@
/* bfd back-end for HP PA-RISC SOM objects.
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001
+ 2000, 2001, 2002
Free Software Foundation, Inc.
Contributed by the Center for Software Science at the
@@ -3101,7 +3101,7 @@ som_write_space_strings (abfd, current_offset, string_sizep)
/* Ensure a minimum growth factor to avoid O(n**2) space
consumption for n strings. The optimal minimum
factor seems to be 2, as no other value can guarantee
- wasting less then 50% space. (Note that we cannot
+ wasting less than 50% space. (Note that we cannot
deallocate space allocated by `alloca' without
returning from this function.) The same technique is
used a few more times below when a buffer is
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index a72d22ee772..84b8c9efa4a 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
+
+ * h8300.h: Comment typo fix.
+
2002-01-03 matthew green <mrg@redhat.com>
* ppc.h (PPC_OPCODE_BOOKE): BookE is not Motorola specific.
diff --git a/include/opcode/h8300.h b/include/opcode/h8300.h
index 79aa0319f71..9cd40a6cb89 100644
--- a/include/opcode/h8300.h
+++ b/include/opcode/h8300.h
@@ -1,5 +1,5 @@
/* Opcode table for the H8/300
- Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000
+ Copyright 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000, 2002
Free Software Foundation, Inc.
Written by Steve Chamberlain <sac@cygnus.com>.
@@ -21,7 +21,7 @@
02111-1307, USA. */
/* Instructions are stored as a sequence of nibbles.
- If the nibble has value 15 or less then the representation is complete.
+ If the nibble has value 15 or less than the representation is complete.
Otherwise, we record what it contains with several flags. */
typedef int op_type;
diff --git a/intl/ChangeLog b/intl/ChangeLog
index 198950159da..44d88e4280e 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
+
+ * linux-msg.sed: Comment typo fix.
+ * xopen-msg.sed: Likewise.
+
1998-04-29 Ulrich Drepper <drepper@cygnus.com>
* intl/localealias.c (read_alias_file): Use unsigned char for
diff --git a/intl/linux-msg.sed b/intl/linux-msg.sed
index 5918e720a9a..6f039121c9b 100644
--- a/intl/linux-msg.sed
+++ b/intl/linux-msg.sed
@@ -1,5 +1,5 @@
# po2msg.sed - Convert Uniforum style .po file to Linux style .msg file
-# Copyright (C) 1995 Free Software Foundation, Inc.
+# Copyright 1995, 2002 Free Software Foundation, Inc.
# Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
#
# This program is free software; you can redistribute it and/or modify
@@ -68,7 +68,7 @@ $set 1 # Automatically created by po2msg.sed
s/\(.*\)"\n\([0-9]*\)/$ #\2 Original Message:(\1)/p
}
#
-# The .msg file contains, other then the .po file, only the translations
+# The .msg file contains, other than the .po file, only the translations
# but each given a unique ID. Starting from 1 and incrementing by 1 for
# each message we assign them to the messages.
# It is important that the .po file used to generate the cat-id-tbl.c file
diff --git a/intl/xopen-msg.sed b/intl/xopen-msg.sed
index b19c0bbd0ec..e7a4c99ad99 100644
--- a/intl/xopen-msg.sed
+++ b/intl/xopen-msg.sed
@@ -1,5 +1,5 @@
# po2msg.sed - Convert Uniforum style .po file to X/Open style .msg file
-# Copyright (C) 1995 Free Software Foundation, Inc.
+# Copyright 1995, 2002 Free Software Foundation, Inc.
# Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
#
# This program is free software; you can redistribute it and/or modify
@@ -44,7 +44,7 @@ $set 1 # Automatically created by po2msg.sed
p
}
#
-# The .msg file contains, other then the .po file, only the translations
+# The .msg file contains, other than the .po file, only the translations
# but each given a unique ID. Starting from 1 and incrementing by 1 for
# each message we assign them to the messages.
# It is important that the .po file used to generate the cat-id-tbl.c file