summaryrefslogtreecommitdiff
path: root/sys/lib
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-08-09 19:57:57 +0000
committerandvar <andvar@NetBSD.org>2021-08-09 19:57:57 +0000
commit91dfe799a6996f8d6d00b73ac7357db94ee01c1a (patch)
treebeb30e0f25621320fe9626fd4e080c165a9139af /sys/lib
parent72f96fa82359d452982a00a8bb8ed948ebb2556e (diff)
fix typos in asymmetry, asymmetric(al), symmetrical.
Diffstat (limited to 'sys/lib')
-rw-r--r--sys/lib/libkern/arch/hppa/bcopy.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/lib/libkern/arch/hppa/bcopy.S b/sys/lib/libkern/arch/hppa/bcopy.S
index b712f321a47..b47ef2f88f9 100644
--- a/sys/lib/libkern/arch/hppa/bcopy.S
+++ b/sys/lib/libkern/arch/hppa/bcopy.S
@@ -1,4 +1,4 @@
-/* $NetBSD: bcopy.S,v 1.16 2021/01/16 23:51:51 chs Exp $ */
+/* $NetBSD: bcopy.S,v 1.17 2021/08/09 19:57:58 andvar Exp $ */
/*
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -49,7 +49,7 @@
#include <machine/reg.h>
#if defined(LIBC_SCCS) && !defined(lint)
-RCSID("$NetBSD: bcopy.S,v 1.16 2021/01/16 23:51:51 chs Exp $")
+RCSID("$NetBSD: bcopy.S,v 1.17 2021/08/09 19:57:58 andvar Exp $")
#endif /* LIBC_SCCS and not lint */
/*
@@ -142,7 +142,7 @@ RCSID("$NetBSD: bcopy.S,v 1.16 2021/01/16 23:51:51 chs Exp $")
*
* The shift instructions need pairs of registers with adjacent
* words, with the register containing the word from the lowest
- * address *always* coming first. It is this assymetry that
+ * address *always* coming first. It is this asymmetry that
* gives rise to this macro - depending on which direction
* we're copying in, these ordered pairs are different.
*
@@ -409,7 +409,7 @@ RCSID("$NetBSD: bcopy.S,v 1.16 2021/01/16 23:51:51 chs Exp $")
* does no shifting. NB: unlike the forward case, ! \
* this is NOT strictly an optimization. If the ! \
* SAR is zero the vshds do NOT do the right thing. ! \
- * This is another assymetry more or less the "fault" ! \
+ * This is another asymmetry more or less the "fault" ! \
* of vshd. ! \
*/ ! \
addi 3, src_off, src_off ! \