diff options
author | 2014-11-09 16:41:26 +0000 | |
---|---|---|
committer | 2014-11-09 16:41:26 +0000 | |
commit | 2234c0b7a47db4c524f3599fe8a92b8bfdf4e86d (patch) | |
tree | c60dec57f24fa0c5f5b6623195eeab97527b7a9a /sys/lib/libkern/arch/sparc/memmove.S | |
parent | Expand formats in copy-pipe command, suggested by Suraj N Kurapati. (diff) | |
download | wireguard-openbsd-2234c0b7a47db4c524f3599fe8a92b8bfdf4e86d.tar.xz wireguard-openbsd-2234c0b7a47db4c524f3599fe8a92b8bfdf4e86d.zip |
typo
Diffstat (limited to 'sys/lib/libkern/arch/sparc/memmove.S')
-rw-r--r-- | sys/lib/libkern/arch/sparc/memmove.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/sparc/memmove.S b/sys/lib/libkern/arch/sparc/memmove.S index 504037dbbc6..c03e831a375 100644 --- a/sys/lib/libkern/arch/sparc/memmove.S +++ b/sys/lib/libkern/arch/sparc/memmove.S @@ -1,4 +1,4 @@ -/* $OpenBSD: memmove.S,v 1.5 2013/06/15 19:36:59 miod Exp $ */ +/* $OpenBSD: memmove.S,v 1.6 2014/11/09 16:41:26 miod Exp $ */ /* * Copyright (c) 1996 @@ -111,7 +111,7 @@ Lbcopy_fancy: EMPTY btst 7, %o1 be,a Lbcopy_doubles - dec 8, %o2 ! if all lined up, len -= 8, goto bcopy_doubes + dec 8, %o2 ! if all lined up, len -= 8, goto bcopy_doubles ! If the low bits match, we can make these line up. 1: |