Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/m68k/fpsp s/Overwirte/Overwrite/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/7a883cc5dd09
branches:  trunk
changeset: 1026706:7a883cc5dd09
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 07:04:30 2021 +0000

description:
s/Overwirte/Overwrite/ in comment.

diffstat:

 sys/arch/m68k/fpsp/ssin.sa |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8bfbcf131114 -r 7a883cc5dd09 sys/arch/m68k/fpsp/ssin.sa
--- a/sys/arch/m68k/fpsp/ssin.sa        Sun Dec 05 07:02:28 2021 +0000
+++ b/sys/arch/m68k/fpsp/ssin.sa        Sun Dec 05 07:04:30 2021 +0000
@@ -1,4 +1,4 @@
-*      $NetBSD: ssin.sa,v 1.5 2021/08/21 23:00:31 andvar Exp $
+*      $NetBSD: ssin.sa,v 1.6 2021/12/05 07:04:30 msaitoh Exp $
 
 *      MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP
 *      M68000 Hi-Performance Microprocessor Division
@@ -64,7 +64,7 @@
 *      2. If |X| >= 15Pi or |X| < 2**(-40), go to 7.
 *
 *      3. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let
-*              k = N mod 4, so in particular, k = 0,1,2,or 3. Overwirte
+*              k = N mod 4, so in particular, k = 0,1,2,or 3. Overwrite
 *              k by k := k + AdjN.
 *
 *      4. If k is even, go to 6.



Home | Main Index | Thread Index | Old Index