From 9d5abbddbf03791c777fed86500976ea3dd19245 Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Wed, 1 Jan 2003 18:49:04 +0000 Subject: Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, especially in troff files. --- libexec/rtld-aout/dynamic.h | 2 +- libexec/rtld-aout/rtld.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/rtld-aout') diff --git a/libexec/rtld-aout/dynamic.h b/libexec/rtld-aout/dynamic.h index 00d449f03cb6..3c8bacdb4556 100644 --- a/libexec/rtld-aout/dynamic.h +++ b/libexec/rtld-aout/dynamic.h @@ -233,7 +233,7 @@ struct file_entry { int lib_major, lib_minor; /* Version numbers of a shared object */ int flags; -#define E_IS_LIBRARY 1 /* File is a an archive */ +#define E_IS_LIBRARY 1 /* File is an archive */ #define E_HEADER_VALID 2 /* File's header has been read */ #define E_SEARCH_DIRS 4 /* Search directories for file */ #define E_SEARCH_DYNAMIC 8 /* Search for shared libs allowed */ diff --git a/libexec/rtld-aout/rtld.c b/libexec/rtld-aout/rtld.c index 1d0f2bd64b44..8d165c19c2f2 100644 --- a/libexec/rtld-aout/rtld.c +++ b/libexec/rtld-aout/rtld.c @@ -1987,7 +1987,7 @@ rtfindfile(name) /* * Buffer for error messages and a pointer that is set to point to the buffer - * when a error occurs. It acts as a last error flag, being set to NULL + * when an error occurs. It acts as a last error flag, being set to NULL * after an error is returned. */ #define DLERROR_BUF_SIZE 512 -- cgit v1.3