diff options
author | 2005-08-01 12:10:23 +0000 | |
---|---|---|
committer | 2005-08-01 12:10:23 +0000 | |
commit | 1d7045e0ee5d202b3bc6078cb6c73cfd28abad50 (patch) | |
tree | 9264ff9d1f9ca8eba568a344cd0dfb51f690c315 /sys/lib/libkern/arch | |
parent | Thinko in 68060-only #ifdef line. (diff) | |
download | wireguard-openbsd-1d7045e0ee5d202b3bc6078cb6c73cfd28abad50.tar.xz wireguard-openbsd-1d7045e0ee5d202b3bc6078cb6c73cfd28abad50.zip |
I'm Positive these are Type-O.
Diffstat (limited to 'sys/lib/libkern/arch')
-rw-r--r-- | sys/lib/libkern/arch/hppa/bcopy.m4 | 4 | ||||
-rw-r--r-- | sys/lib/libkern/arch/hppa64/bcopy.m4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/lib/libkern/arch/hppa/bcopy.m4 b/sys/lib/libkern/arch/hppa/bcopy.m4 index 4ea84063fb4..8629af68272 100644 --- a/sys/lib/libkern/arch/hppa/bcopy.m4 +++ b/sys/lib/libkern/arch/hppa/bcopy.m4 @@ -1,4 +1,4 @@ -define(_rcsid,``$OpenBSD: bcopy.m4,v 1.14 2003/06/04 04:44:21 deraadt Exp $'')dnl +define(_rcsid,``$OpenBSD: bcopy.m4,v 1.15 2005/08/01 12:10:26 miod Exp $'')dnl dnl dnl dnl This is the source file for bcopy.S, spcopy.S @@ -229,7 +229,7 @@ ifelse(NAME, `spcopy', * size_t size) * do a space to space bcopy. * - * assumed that spaces do not clash, otherwise we loose + * assumes that spaces do not clash, otherwise we lose */ .import curproc, data .import copy_on_fault, code diff --git a/sys/lib/libkern/arch/hppa64/bcopy.m4 b/sys/lib/libkern/arch/hppa64/bcopy.m4 index 28594242790..4236af3c04d 100644 --- a/sys/lib/libkern/arch/hppa64/bcopy.m4 +++ b/sys/lib/libkern/arch/hppa64/bcopy.m4 @@ -1,4 +1,4 @@ -define(_rcsid,``$OpenBSD: bcopy.m4,v 1.1 2005/04/01 10:45:29 mickey Exp $'')dnl +define(_rcsid,``$OpenBSD: bcopy.m4,v 1.2 2005/08/01 12:10:26 miod Exp $'')dnl dnl dnl dnl This is the source file for bcopy.S, spcopy.S @@ -218,7 +218,7 @@ ifelse(NAME, `spcopy', * size_t size) * do a space to space bcopy. * - * assumed that spaces do not clash, otherwise we loose + * assumes that spaces do not clash, otherwise we lose */ .import copy_on_fault, code LEAF_ENTRY(spcopy) |