summaryrefslogtreecommitdiffstats
path: root/include/link.h
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 23:33:04 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 23:33:04 +0000
commitd6779c281f3ea678ab1320b1bfd796b3815b2c35 (patch)
treef3b155779419dd6521ee9f233a24dbd8a8f88a50 /include/link.h
parent6cdd16b07bfe9171bd42dd855a78a1e701cf5d6a (diff)
downloadFreeBSD-src-d6779c281f3ea678ab1320b1bfd796b3815b2c35.zip
FreeBSD-src-d6779c281f3ea678ab1320b1bfd796b3815b2c35.tar.gz
Fix a bunch of spelling errors in the comment fields
of a bunch of system include files.
Diffstat (limited to 'include/link.h')
-rw-r--r--include/link.h8
1 files changed, 4 insertions, 4 deletions
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 */
OpenPOWER on IntegriCloud