[patch] ieee.c & elf64-ia64.c: Fix comment typos.

Kazu Hirata kazu@hxi.com
Sun Aug 6 23:38:00 GMT 2000


Hi,

Attached is a patch to fix comment typos: "we we".  OK to commit?

Thanks,

Kazu Hirata

2000-08-07  Kazu Hirata  <kazu@hxi.com>

	* ieee.c: Fix a comment typo.
	* elf64-ia64.c: Likewise.

============================================================

Index: ieee.c
===================================================================
RCS file: /cvs/src/src/bfd/ieee.c,v
retrieving revision 1.8
diff -u -r1.8 ieee.c
--- ieee.c	2000/04/19 10:53:01	1.8
+++ ieee.c	2000/08/07 06:33:56
@@ -3197,11 +3197,9 @@
   block ();
 }
 
-/*
-  During linking, we we told about the bfds which made up our
-  contents, we have a list of them. They will still be open, so go to
-  the debug info in each, and copy it out, relocating it as we go.
-*/
+/* During linking, we told about the bfds which made up our contents,
+   we have a list of them. They will still be open, so go to the debug
+   info in each, and copy it out, relocating it as we go.  */
 
 static boolean
 ieee_write_debug_part (abfd)
Index: elf64-ia64.c
===================================================================
RCS file: /cvs/src/src/bfd/elf64-ia64.c,v
retrieving revision 1.5
diff -u -r1.5 elf64-ia64.c
--- elf64-ia64.c	2000/07/20 03:21:59	1.5
+++ elf64-ia64.c	2000/08/07 06:33:57
@@ -620,8 +620,8 @@
   boolean changed_contents = false;
   boolean changed_relocs = false;
 
-  /* Assume we're not going to change any sizes, and we we'll only
-     need one pass.  */
+  /* Assume we're not going to change any sizes, and we'll only need
+     one pass.  */
   *again = false;
 
   /* Nothing to do if there are no relocations.  */
============================================================



More information about the Binutils mailing list