summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 16:51:51 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-02-06 16:51:51 +0000
commiteedd15d88a0f2e19fb76f632f1ca1f9d821f31b7 (patch)
treeea1f55e1600664f414bc0839a94d13ce21a20abf
parent3a85f80b941f6de5da0a2ddb667edd67f8076ebb (diff)
typos from alexey dobriyan;
-rw-r--r--include/link_elf.h4
-rw-r--r--include/rpc/rpc_msg.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/link_elf.h b/include/link_elf.h
index 7a0f11d56cc..fccb76e3ed3 100644
--- a/include/link_elf.h
+++ b/include/link_elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: link_elf.h,v 1.5 2004/10/14 10:02:28 kettenis Exp $ */
+/* $OpenBSD: link_elf.h,v 1.6 2006/02/06 16:51:50 jmc Exp $ */
/*
* Public domain.
@@ -16,7 +16,7 @@
/*
* struct link_map is a part of the protocol between the debugger and
* ld.so. ld.so may have additional fields in it's version of this
- * stucture but those are ld.so private fields.
+ * structure but those are ld.so private fields.
*/
struct link_map {
caddr_t l_addr; /* Base address of library */
diff --git a/include/rpc/rpc_msg.h b/include/rpc/rpc_msg.h
index 821ae6223f3..ea9777d441f 100644
--- a/include/rpc/rpc_msg.h
+++ b/include/rpc/rpc_msg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rpc_msg.h,v 1.4 2004/01/22 21:48:02 espie Exp $ */
+/* $OpenBSD: rpc_msg.h,v 1.5 2006/02/06 16:51:50 jmc Exp $ */
/* $NetBSD: rpc_msg.h,v 1.5 1995/04/29 05:28:00 cgd Exp $ */
/*
@@ -48,7 +48,7 @@
/*
* Bottom up definition of an rpc message.
- * NOTE: call and reply use the same overall stuct but
+ * NOTE: call and reply use the same overall struct but
* different parts of unions within it.
*/