From d6779c281f3ea678ab1320b1bfd796b3815b2c35 Mon Sep 17 00:00:00 2001 From: mpp Date: Tue, 30 Jan 1996 23:33:04 +0000 Subject: Fix a bunch of spelling errors in the comment fields of a bunch of system include files. --- include/link.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/link.h') diff --git a/include/link.h b/include/link.h index 15277a7..4d4376e 100644 --- a/include/link.h +++ b/include/link.h @@ -14,7 +14,7 @@ * must display the following acknowledgement: * This product includes software developed by Paul Kranenburg. * 4. The name of the author may not be used to endorse or promote products - * derived from this software withough specific prior written permission + * derived from this software without specific prior written permission * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: link.h,v 1.4 1995/03/04 17:49:20 nate Exp $ + * $Id: link.h,v 1.5 1995/06/27 09:52:59 dfr Exp $ */ /* @@ -42,7 +42,7 @@ #define _LINK_H_ /* - * A `Shared Object Descriptor' descibes a shared object that is needed + * A `Shared Object Descriptor' describes a shared object that is needed * to complete the link edit process of the object containing it. * A list of such objects (chained through `sod_next') is pointed at * by `sdt_sods' in the section_dispatch_table structure. @@ -237,7 +237,7 @@ struct _dynamic { */ struct crt_ldso { int crt_ba; /* Base address of ld.so */ - int crt_dzfd; /* "/dev/zero" file decriptor (SunOS) */ + int crt_dzfd; /* "/dev/zero" file descriptor (SunOS) */ int crt_ldfd; /* ld.so file descriptor */ struct _dynamic *crt_dp; /* Main's __DYNAMIC */ char **crt_ep; /* environment strings */ -- cgit v1.1