diff options
author | David Leonard <d@cvs.openbsd.org> | 1998-04-25 07:09:07 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1998-04-25 07:09:07 +0000 |
commit | 505d28c0be6d4278013b38a7753b7cdf3587c727 (patch) | |
tree | ee712766b23adabbc81deba488e1a9364be0ca20 | |
parent | 7491b9062930a432eca63b60230c81ddee520ce1 (diff) |
spelling
-rw-r--r-- | sys/arch/m68k/include/asm_single.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m68k/include/asm_single.h b/sys/arch/m68k/include/asm_single.h index 96ef42e985b..9e6ca71469d 100644 --- a/sys/arch/m68k/include/asm_single.h +++ b/sys/arch/m68k/include/asm_single.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm_single.h,v 1.1 1997/01/13 11:51:09 niklas Exp $ */ +/* $OpenBSD: asm_single.h,v 1.2 1998/04/25 07:09:06 d Exp $ */ /* $NetBSD: asm_single.h,v 1.1 1996/09/16 06:03:58 leo Exp $ */ /* @@ -37,7 +37,7 @@ * Provide bit manipulation macro's that resolve to a single instruction. * These can be considered atomic on single processor architectures when * no page faults can occur when acessing <var>. - * There primary use is to avoid race conditions when manipulating device + * Their primary use is to avoid race conditions when manipulating device * registers. */ |