public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* typo fix
@ 2002-03-21 18:08 Alan Modra
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Modra @ 2002-03-21 18:08 UTC (permalink / raw)
  To: binutils

gas/ChangeLog
	* config/te-aix5.h: Typo fix.

Index: gas/config/te-aix5.h
===================================================================
RCS file: /cvs/src/src/gas/config/te-aix5.h,v
retrieving revision 1.1
diff -u -p -r1.1 te-aix5.h
--- te-aix5.h	2002/03/18 12:46:12	1.1
+++ te-aix5.h	2002/03/22 02:06:37
@@ -1,3 +1,3 @@
 #define TE_AIX5
 
-x#include "obj-format.h"
+#include "obj-format.h"

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

^ permalink raw reply	[flat|nested] 4+ messages in thread

* typo fix
@ 2007-03-08  6:59 Alan Modra
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Modra @ 2007-03-08  6:59 UTC (permalink / raw)
  To: binutils

	* symbols.c (symbol_relc_make_sym): Comment typo fixes.

Index: gas/symbols.c
===================================================================
RCS file: /cvs/src/src/gas/symbols.c,v
retrieving revision 1.81
diff -u -p -r1.81 symbols.c
--- gas/symbols.c	5 Feb 2007 20:10:24 -0000	1.81
+++ gas/symbols.c	8 Mar 2007 06:33:26 -0000
@@ -2941,10 +2941,10 @@ symbol_print_statistics (FILE *file)
 #ifdef OBJ_COMPLEX_RELC
 
 /* Convert given symbol to a new complex-relocation symbol name.  This
-   may bee a recursive function, since it might be called for non-leaf
+   may be a recursive function, since it might be called for non-leaf
    nodes (plain symbols) in the expression tree.  The caller owns the
-   returning string, so should free() it eventually.  Errors are
-   indicated via as_bad() and a NULL return value.  The given symbol
+   returning string, so should free it eventually.  Errors are
+   indicated via as_bad and a NULL return value.  The given symbol
    is marked with sy_used_in_reloc.  */
 
 char *

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

^ permalink raw reply	[flat|nested] 4+ messages in thread

* typo fix
@ 2007-03-07 10:18 Alan Modra
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Modra @ 2007-03-07 10:18 UTC (permalink / raw)
  To: binutils

	* common.h (ELF_ST_VISIBILITY): Comment typo fix.

Index: include/elf/common.h
===================================================================
RCS file: /cvs/src/src/include/elf/common.h,v
retrieving revision 1.81
diff -u -p -r1.81 common.h
--- include/elf/common.h	5 Feb 2007 19:15:07 -0000	1.81
+++ include/elf/common.h	7 Mar 2007 09:54:55 -0000
@@ -450,7 +450,7 @@
 #define ELF64_ST_INFO  ELF_ST_INFO
 
 /* This macro disassembles and assembles a symbol's visibility into
-   the st_other field.  The STV_ defines specificy the actual visibility.  */
+   the st_other field.  The STV_ defines specify the actual visibility.  */
 
 #define ELF_ST_VISIBILITY(v)		((v) & 0x3)
 /* The remaining bits in the st_other field are not currently used.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

^ permalink raw reply	[flat|nested] 4+ messages in thread

* typo fix
@ 2001-08-22  6:39 Mark E.
  0 siblings, 0 replies; 4+ messages in thread
From: Mark E. @ 2001-08-22  6:39 UTC (permalink / raw)
  To: binutils

Typo fix for my last patch:

2001-08-22  Mark Elbrecht  <snowball3@bigfoot.com>

	* coff-stgo32.c: Fix typo.

Index: coff-stgo32.c
===================================================================
RCS file: /cvs/src/src/bfd/coff-stgo32.c,v
retrieving revision 1.10
diff -c -p -r1.10 coff-stgo32.c
*** coff-stgo32.c	2001/08/21 22:39:47	1.10
--- coff-stgo32.c	2001/08/22 13:37:25
***************
*** 49,55 ****
  { COFF_SECTION_NAME_EXACT_MATCH (".text"), \
    COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 4 }, \
  { COFF_SECTION_NAME_PARTIAL_MATCH (".debug"), \
!   COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 } \
  { COFF_SECTION_NAME_PARTIAL_MATCH (".gnu.linkonce.wi"), \
    COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 }
  
--- 49,55 ----
  { COFF_SECTION_NAME_EXACT_MATCH (".text"), \
    COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 4 }, \
  { COFF_SECTION_NAME_PARTIAL_MATCH (".debug"), \
!   COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 }, \
  { COFF_SECTION_NAME_PARTIAL_MATCH (".gnu.linkonce.wi"), \
    COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 }
  

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-03-08  6:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-21 18:08 typo fix Alan Modra
  -- strict thread matches above, loose matches on Subject: below --
2007-03-08  6:59 Alan Modra
2007-03-07 10:18 Alan Modra
2001-08-22  6:39 Mark E.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).