Index: bfd/som.c =================================================================== RCS file: /cvs/src/src/bfd/som.c,v retrieving revision 1.27 diff -u -r1.27 som.c --- som.c 2001/11/02 16:19:54 1.27 +++ som.c 2002/01/07 14:06:41 @@ -3101,7 +3101,7 @@ /* 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: gas/testsuite/gas/cris/cris.exp =================================================================== RCS file: /cvs/src/src/gas/testsuite/gas/cris/cris.exp,v retrieving revision 1.2 diff -u -r1.2 cris.exp --- cris.exp 2000/09/29 18:39:31 1.2 +++ cris.exp 2002/01/07 14:06:49 @@ -532,7 +532,7 @@ 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 "@address@hidden" "jump-type" b93 test_template_insn_mem unop jsrc 393 "@address@hidden" "jump-type" b93 test_template_insn_mem unop jbrc 693 "@address@hidden" "jump-type" b93 Index: include/opcode/h8300.h =================================================================== RCS file: /cvs/src/src/include/opcode/h8300.h,v retrieving revision 1.5 diff -u -r1.5 h8300.h --- h8300.h 2001/09/21 06:52:20 1.5 +++ h8300.h 2002/01/07 14:07:10 @@ -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: intl/linux-msg.sed =================================================================== RCS file: /cvs/src/src/intl/linux-msg.sed,v retrieving revision 1.2 diff -u -r1.2 linux-msg.sed --- linux-msg.sed 2001/11/29 03:20:34 1.2 +++ linux-msg.sed 2002/01/07 14:07:11 @@ -68,7 +68,7 @@ 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: intl/xopen-msg.sed =================================================================== RCS file: /cvs/src/src/intl/xopen-msg.sed,v retrieving revision 1.2 diff -u -r1.2 xopen-msg.sed --- xopen-msg.sed 2001/11/29 03:20:34 1.2 +++ xopen-msg.sed 2002/01/07 14:07:11 @@ -44,7 +44,7 @@ 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