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]

[patch] then->than and typos


FYI,

 From wiz@danbala.

Andrew
Index: gdb/ChangeLog
2002-02-24  Andrew Cagney  <ac131313@redhat.com>

	From wiz at danbala:
	* config/sparc/tm-sp64.h: Fix grammar and typos.
	Fix PR gdb/287.

Index: gdb/mi/ChangeLog
2002-02-24  Andrew Cagney  <ac131313@redhat.com>

	From wiz at danbala:
	* gdbmi.texinfo: Fix grammar and typos.
	Fix PR gdb/287.

Index: sim/common/ChangeLog
2002-02-24  Andrew Cagney  <ac131313@redhat.com>

	From wiz at danbala:
	* sim-fpu.h: Fix grammar and typos.
	Fix PR gdb/287.

Index: sim/ppc/ChangeLog
2002-02-24  Andrew Cagney  <ac131313@redhat.com>

	From wiz at danbala:
	* std-config.h: Fix grammar and typos.  Update copyright.
	Fix PR gdb/287.

Index: gdb/config/sparc/tm-sp64.h
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/tm-sp64.h,v
retrieving revision 1.5
diff -u -r1.5 tm-sp64.h
--- tm-sp64.h	2001/03/24 02:07:49	1.5
+++ tm-sp64.h	2002/02/25 02:05:35
@@ -196,7 +196,7 @@
    this is also an argument.  This is used in call_function to build a
    stack, and in value_being_returned to print return values. 
 
-   On Sparc64, we only pass pointers to structs if they're larger then
+   On Sparc64, we only pass pointers to structs if they're larger than
    32 bytes. Otherwise they're stored in %o0-%o3 (floating-point
    values go into %fp0-%fp3).  */
 
Index: gdb/mi/gdbmi.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/mi/gdbmi.texinfo,v
retrieving revision 1.25
diff -u -r1.25 gdbmi.texinfo
--- gdbmi.texinfo	2002/01/22 17:15:57	1.25
+++ gdbmi.texinfo	2002/02/25 02:05:53
@@ -1470,7 +1470,7 @@
 This command displays memory contents as a table of @var{nr-rows} by
 @var{nr-cols} words, each word being @var{word-size} bytes.  In total,
 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
-(returned as @samp{total-bytes}).  Should less then the requested number
+(returned as @samp{total-bytes}).  Should less than the requested number
 of bytes be returned by the target, the missing words are identified
 using @samp{N/A}.  The number of bytes read from the target is returned
 in @samp{nr-bytes} and the starting address used to read memory in
Index: sim/common/sim-fpu.h
===================================================================
RCS file: /cvs/src/src/sim/common/sim-fpu.h,v
retrieving revision 1.6
diff -u -r1.6 sim-fpu.h
--- sim-fpu.h	2002/02/10 23:11:37	1.6
+++ sim-fpu.h	2002/02/25 02:06:15
@@ -42,7 +42,7 @@
 
    For unpacked structures (passed by value and reference), the code
    quality of GCC-2.7 (on x86) for each alternative was compared.
-   Needless to say the results, while better then for a packed 64 bit
+   Needless to say the results, while better than for a packed 64 bit
    object, were still poor (GCC had only limited support for the
    optimization of references to structure members).  Regardless, the
    struct-by-ref alternative achieved better results when compiled
Index: sim/ppc/std-config.h
===================================================================
RCS file: /cvs/src/src/sim/ppc/std-config.h,v
retrieving revision 1.2
diff -u -r1.2 std-config.h
--- std-config.h	2001/12/14 00:22:13	1.2
+++ std-config.h	2002/02/25 02:06:22
@@ -1,6 +1,6 @@
 /*  This file is part of the program psim.
 
-    Copyright (C) 1994-1995, Andrew Cagney <cagney@highland.com.au>
+    Copyright 1994, 1995, 2002 Andrew Cagney <cagney@highland.com.au>
 
     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
@@ -438,7 +438,7 @@
    local function.
 
    Because of the way that GCC parses __attribute__(), the macro's
-   need to be adjacent to the functioin name rather then at the start
+   need to be adjacent to the function name rather than at the start
    of the line vis:
 
    	int STATIC_INLINE_MODULE f(void);

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