From 6989274f0e73f7f7728cfac6e0f8449df75dafd9 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 1 Dec 2001 23:42:23 +0000 Subject: spelling; krapht@secureops.com --- sys/sys/proc.h | 6 +++--- 1 file 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 { -- cgit v1.2.3