diff options
author | 1998-04-25 07:09:06 +0000 | |
---|---|---|
committer | 1998-04-25 07:09:06 +0000 | |
commit | b175801613280811210e0afcd3b808d0f93a5115 (patch) | |
tree | f9733612a42559d117ea5f58465910fdf6e2272e | |
parent | build if NOMAN= is globally set; problem spotted by rahnds (diff) | |
download | wireguard-openbsd-b175801613280811210e0afcd3b808d0f93a5115.tar.xz wireguard-openbsd-b175801613280811210e0afcd3b808d0f93a5115.zip |
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. */ |