diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-01 23:42:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-01 23:42:23 +0000 |
commit | 6989274f0e73f7f7728cfac6e0f8449df75dafd9 (patch) | |
tree | ab3c3e4f57adc0b50e6cf35072456564055de2ce | |
parent | b11bbb51235bd85172226ea037257b53ee9402da (diff) |
spelling; krapht@secureops.com
-rw-r--r-- | sys/sys/proc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 023d180d407..e8f96b1fa09 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.50 2001/11/11 22:30:56 art Exp $ */ +/* $OpenBSD: proc.h,v 1.51 2001/12/01 23:42:22 deraadt Exp $ */ /* $NetBSD: proc.h,v 1.44 1996/04/22 01:23:21 christos Exp $ */ /*- @@ -107,8 +107,8 @@ struct emul { * control, known in UN*X as a process; it has references to substructures * containing descriptions of things that the process uses, but may share * with related processes. The process structure and the substructures - * are always addressible except for those marked "(PROC ONLY)" below, - * which might be addressible only on a processor on which the process + * are always addressable except for those marked "(PROC ONLY)" below, + * which might be addressable only on a processor on which the process * is running. */ struct proc { |