diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-30 21:38:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-30 21:38:10 +0000 |
commit | 046d39a52f344d25b0839b7ec773d607279aa607 (patch) | |
tree | 798ffd67845a890caa53600d443ff9594a639e0f | |
parent | ed2c74dba3190ba7b4e5e5e4fc53e08857f241ad (diff) |
preceeded -> preceded;
-rw-r--r-- | sys/sys/core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/core.h b/sys/sys/core.h index 6606a4c39c6..5aeb41b7dcc 100644 --- a/sys/sys/core.h +++ b/sys/sys/core.h @@ -1,4 +1,4 @@ -/* $OpenBSD: core.h,v 1.2 1996/03/03 12:11:28 niklas Exp $ */ +/* $OpenBSD: core.h,v 1.3 2003/10/30 21:38:09 jmc Exp $ */ /* $NetBSD: core.h,v 1.4 1994/10/29 08:20:14 cgd Exp $ */ /* @@ -58,7 +58,7 @@ /* * A core file consists of a header followed by a number of segments. - * Each segment is preceeded by a `coreseg' structure giving the + * Each segment is preceded by a `coreseg' structure giving the * segment's type, the virtual address where the bits resided in * process address space and the size of the segment. * |