forked from Imagelibrary/binutils-gdb
* tracepoint.c (memrange_cmp): Another typo fix; `memrbnge' ->
`memrange'.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
Tue Apr 28 19:41:33 1998 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* tracepoint.c (memrange_cmp): Another typo fix; `memrbnge' ->
|
||||
`memrange'.
|
||||
|
||||
* tracepoint.c (memrange_cmp): Fixed typo in function intro.
|
||||
|
||||
Tue Apr 28 17:41:20 1998 Philippe De Muyter <phdm@macqel.be>
|
||||
|
||||
@@ -1092,7 +1092,7 @@ memrange_cmp (voidpa, voidpb)
|
||||
struct memrange *a, *b;
|
||||
|
||||
a = (struct memrange *) voidpa;
|
||||
b = (struct memrbnge *) voidpb;
|
||||
b = (struct memrange *) voidpb;
|
||||
|
||||
if (a->type < b->type) return -1;
|
||||
if (a->type > b->type) return 1;
|
||||
|
||||
Reference in New Issue
Block a user