diff options
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 |