summaryrefslogtreecommitdiff
path: root/include/link.h
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-05-18 15:50:10 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-05-18 15:50:10 +0000
commite24f1614a91d071845f6dab13b9115e56e342414 (patch)
treea8c089494c69c3d859f3aeb887cecd095fd707ea /include/link.h
parent6880f923d3290acd699ecb82f6e087ea6020a769 (diff)
typo
Diffstat (limited to 'include/link.h')
-rw-r--r--include/link.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/link.h b/include/link.h
index 7030306c60f..3c9893a8718 100644
--- a/include/link.h
+++ b/include/link.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: link.h,v 1.3 1997/09/21 10:45:40 niklas Exp $ */
+/* $OpenBSD: link.h,v 1.4 1999/05/18 15:50:09 espie Exp $ */
/* $NetBSD: link.h,v 1.10 1996/01/09 00:00:11 pk Exp $ */
/*
@@ -43,7 +43,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.