Browse Source

typos from alexey dobriyan;

OPENBSD_3_9
jmc 18 years ago
parent
commit
115b6ff464
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      src/include/link_elf.h
  2. +2
    -2
      src/include/rpc/rpc_msg.h

+ 2
- 2
src/include/link_elf.h View File

@ -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 */


+ 2
- 2
src/include/rpc/rpc_msg.h View File

@ -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.
*/


Loading…
Cancel
Save