typo fixes.

This commit is contained in:
brad 2004-01-19 02:06:14 +00:00
parent 8615294cf9
commit 4f6f9d2acb
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-bfd_doc_bfd_texinfo,v 1.1 2004/01/19 02:06:14 brad Exp $
--- bfd/doc/bfd.texinfo.orig 2004-01-02 20:17:06.000000000 -0500
+++ bfd/doc/bfd.texinfo 2004-01-02 20:17:14.000000000 -0500
@@ -157,7 +157,7 @@ To use the library, include @file{bfd.h}
BFD provides a common interface to the parts of an object file
for a calling application.
-When an application sucessfully opens a target file (object, archive, or
+When an application successfully opens a target file (object, archive, or
whatever), a pointer to an internal structure is returned. This pointer
points to a structure called @code{bfd}, described in
@file{bfd.h}. Our convention is to call this pointer a BFD, and

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-gas_atof-generic_c,v 1.1 2004/01/19 02:06:14 brad Exp $
--- gas/atof-generic.c.orig 2004-01-02 21:47:07.000000000 -0500
+++ gas/atof-generic.c 2004-01-02 21:47:14.000000000 -0500
@@ -472,7 +472,7 @@ atof_generic (address_of_string_pointer,
{
/*
* Compute the mantssa (& exponent) of the power of 10.
- * If sucessful, then multiply the power of 10 by the digits
+ * If successful, then multiply the power of 10 by the digits
* giving return_binary_mantissa and return_binary_exponent.
*/