Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src fix typos in comments.
details: https://anonhg.NetBSD.org/src/rev/fe1bb7abd3eb
branches: trunk
changeset: 376411:fe1bb7abd3eb
user: andvar <andvar%NetBSD.org@localhost>
date: Fri Jun 16 20:01:20 2023 +0000
description:
fix typos in comments.
diffstat:
lib/libc/rpc/xdr_rec.c | 6 +++---
sys/arch/next68k/next68k/locore.s | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 2ddafd0fab6d -r fe1bb7abd3eb lib/libc/rpc/xdr_rec.c
--- a/lib/libc/rpc/xdr_rec.c Fri Jun 16 19:40:46 2023 +0000
+++ b/lib/libc/rpc/xdr_rec.c Fri Jun 16 20:01:20 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xdr_rec.c,v 1.38 2021/08/21 23:00:30 andvar Exp $ */
+/* $NetBSD: xdr_rec.c,v 1.39 2023/06/16 20:01:20 andvar Exp $ */
/*
* Copyright (c) 2010, Oracle America, Inc.
@@ -37,7 +37,7 @@
static char *sccsid = "@(#)xdr_rec.c 1.21 87/08/11 Copyr 1984 Sun Micro";
static char *sccsid = "@(#)xdr_rec.c 2.2 88/08/01 4.0 RPCSRC";
#else
-__RCSID("$NetBSD: xdr_rec.c,v 1.38 2021/08/21 23:00:30 andvar Exp $");
+__RCSID("$NetBSD: xdr_rec.c,v 1.39 2023/06/16 20:01:20 andvar Exp $");
#endif
#endif
@@ -132,7 +132,7 @@ typedef struct rec_strm {
char *out_base; /* output buffer (points to frag header) */
char *out_finger; /* next output position */
char *out_boundry; /* data cannot up to this address */
- uint32_t *frag_header; /* beginning of curren fragment */
+ uint32_t *frag_header; /* beginning of current fragment */
bool_t frag_sent; /* true if buffer sent in middle of record */
/*
* in-coming bits
diff -r 2ddafd0fab6d -r fe1bb7abd3eb sys/arch/next68k/next68k/locore.s
--- a/sys/arch/next68k/next68k/locore.s Fri Jun 16 19:40:46 2023 +0000
+++ b/sys/arch/next68k/next68k/locore.s Fri Jun 16 20:01:20 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.72 2023/02/11 02:31:34 tsutsui Exp $ */
+/* $NetBSD: locore.s,v 1.73 2023/06/16 20:01:20 andvar Exp $ */
/*
* Copyright (c) 1998 Darrin B. Jewell
@@ -359,7 +359,7 @@ Lstploaddone:
jne Lmotommu2 | no, skip
| This is a hack to get PA=KVA when turning on MMU as mentioned above.
- | Currintly this will only work on 68040's. We should also provide
+ | Currently this will only work on 68040's. We should also provide
| %tt0 and %tt1 settings to boot 68030's later.
movel #0x0200c040,%d0 | intio devices are at 0x02000000
.long 0x4e7b0004 | movc %d0,%itt0
Home |
Main Index |
Thread Index |
Old Index