This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Fix a comment typo in gdb/gdbtypes.c


Committed as obvious.  

2005-06-27  Wu Zhou  <woodzltc@cn.ibm.com>

	* gdbtypes.c (get_discrete_bounds): Fix a comment typo.

Index: gdbtypes.c
===================================================================
RCS file: /cvs/src/src/gdb/gdbtypes.c,v
retrieving revision 1.100
diff -c -p -r1.100 gdbtypes.c
*** gdbtypes.c	6 Apr 2005 17:01:24 -0000	1.100
--- gdbtypes.c	27 Jun 2005 08:33:19 -0000
*************** create_range_type (struct type *result_t
*** 684,690 ****
  }
  
  /* Set *LOWP and *HIGHP to the lower and upper bounds of discrete type TYPE.
!    Return 1 of type is a range type, 0 if it is discrete (and bounds
     will fit in LONGEST), or -1 otherwise. */
  
  int
--- 684,690 ----
  }
  
  /* Set *LOWP and *HIGHP to the lower and upper bounds of discrete type TYPE.
!    Return 1 if type is a range type, 0 if it is discrete (and bounds
     will fit in LONGEST), or -1 otherwise. */
  
  int

Cheers
- Wu Zhou 


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