diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-01 12:10:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-08-01 12:10:27 +0000 |
commit | 94289471080ce51c22df6c03edf82eb90c3ee4f3 (patch) | |
tree | df5b260374f5ba6aae58c8f705241331ca00949d /sys/lib/libkern/arch/hppa/bcopy.m4 | |
parent | 2322dbd71985ae72dc74f0a6d5c3bc144b564e95 (diff) |
I'm Positive these are Type-O.
Diffstat (limited to 'sys/lib/libkern/arch/hppa/bcopy.m4')
-rw-r--r-- | sys/lib/libkern/arch/hppa/bcopy.m4 | 4 |
1 files changed, 2 insertions, 2 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 |