comment typo fixes
authorAlan Modra <amodra@gmail.com>
Mon, 21 Jan 2002 14:03:27 +0000 (14:03 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 21 Jan 2002 14:03:27 +0000 (14:03 +0000)
bfd/ChangeLog
bfd/som.c
gas/testsuite/ChangeLog
gas/testsuite/gas/cris/cris.exp
include/opcode/ChangeLog
include/opcode/h8300.h
intl/ChangeLog
intl/linux-msg.sed
intl/xopen-msg.sed

index fa6376a15a63ea2c83b45d59688f1dda22a8148b..e4db7c154eea7e1a4af9ccc6fb01996e10b8e894 100644 (file)
@@ -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
index cf4af77229ed76133f98471d53690b02e3084704..be190d80b1c2ec8105fbe8bb8cec17b504f80369 100644 (file)
--- 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
index a26c5aec4325d6c2704883c4b948299b1d4704ae..8484a9fc2fe6fb0408431e1591046dc3ddaef8f8 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-21  Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
+
+       * gas/cris/cris.exp: Comment typo fix
+
 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
            Keith Walker  <keith.walker@arm.com>
 
index 46190f3dd3f5e7d1947c4893c8de64eecc609d7c..5977fefc32b50b34527f3e69cea827bf4cf63082 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000, 2002 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -532,7 +532,7 @@ if [istarget cris-*-*] then {
     run_dump_test "break"
     test_template_insn_reg regreg lz 73 "" "" 44
 
-    # Additional insns for CRIS v8 (also the swapxxx insns other then "not" above).
+    # Additional insns for CRIS v8 (also the swapxxx insns other than "not" above).
     test_template_insn_mem unop jirc 293 "@OC@\\." "jump-type" b93
     test_template_insn_mem unop jsrc 393 "@OC@\\." "jump-type" b93
     test_template_insn_mem unop jbrc 693 "@OC@\\." "jump-type" b93
index a72d22ee77209a72a1b50159863f1850e386d4f5..84b8c9efa4ad9acd47a86b6168c80df6fb39af3e 100644 (file)
@@ -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.
index 79aa0319f719479c0fe8e044e96573ce5063318a..9cd40a6cb89b65b2bef79a52227ec4ac4cea9632 100644 (file)
@@ -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;
index 198950159daa5b498c5571ca5f937ac218feb52d..44d88e4280e3e1811a8a7e393565eef316ff5565 100644 (file)
@@ -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
index 5918e720a9adca1c7983a1becf4f6a9d23cea20d..6f039121c9bbdce58597d7b881dd092dcffc6dcc 100644 (file)
@@ -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
index b19c0bbd0ec11b47bd1758af997c2dc3bfcca995..e7a4c99ad991ce4257a8ae37faee6e310d1aba67 100644 (file)
@@ -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
This page took 0.039923 seconds and 4 git commands to generate.