diff --git a/src/include/link_elf.h b/src/include/link_elf.h index 7a0f11d5..fccb76e3 100644 --- a/src/include/link_elf.h +++ b/src/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/src/include/rpc/rpc_msg.h b/src/include/rpc/rpc_msg.h index 821ae622..ea9777d4 100644 --- a/src/include/rpc/rpc_msg.h +++ b/src/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. */