This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[obvious patch] spelling error in comment.


already checked in.  an obvious fix if there ever was one.  8-)


2001-07-25  Chris Demetriou  <cgd@broadcom.com>

        * config/tc-mips.c: Fix spelling error in comment.

Index: config/tc-mips.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-mips.c,v
retrieving revision 1.53
diff -c -r1.53 tc-mips.c
*** tc-mips.c	2001/07/23 13:03:40	1.53
--- tc-mips.c	2001/07/25 20:33:10
***************
*** 219,225 ****
  /* The argument of the -mabi= flag.  */
  static char * mips_abi_string = 0;
  
! /* Wether we should mark the file EABI64 or EABI32.  */
  static int mips_eabi64 = 0;
  
  /* If they asked for mips1 or mips2 and a cpu that is
--- 219,225 ----
  /* The argument of the -mabi= flag.  */
  static char * mips_abi_string = 0;
  
! /* Whether we should mark the file EABI64 or EABI32.  */
  static int mips_eabi64 = 0;
  
  /* If they asked for mips1 or mips2 and a cpu that is


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]