aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/link_aout.h
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-01-30 23:33:04 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-01-30 23:33:04 +0000
commit71d9c7815e7a209829578ebc30b63f6e0c64fcf2 (patch)
treef3b155779419dd6521ee9f233a24dbd8a8f88a50 /sys/sys/link_aout.h
parentdff88dc42001c678fe6956b1416ba61f98c232c7 (diff)
downloadsrc-71d9c7815e7a209829578ebc30b63f6e0c64fcf2.tar.gz
src-71d9c7815e7a209829578ebc30b63f6e0c64fcf2.zip
Fix a bunch of spelling errors in the comment fields
of a bunch of system include files.
Notes
Notes: svn path=/head/; revision=13771
Diffstat (limited to 'sys/sys/link_aout.h')
-rw-r--r--sys/sys/link_aout.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/link_aout.h b/sys/sys/link_aout.h
index 15277a725a8e..4d4376ecdf5b 100644
--- a/sys/sys/link_aout.h
+++ b/sys/sys/link_aout.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 */