Module Name:    src
Committed By:   andvar
Date:           Fri Jun 16 20:01:20 UTC 2023

Modified Files:
        src/lib/libc/rpc: xdr_rec.c
        src/sys/arch/next68k/next68k: locore.s

Log Message:
fix typos in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/lib/libc/rpc/xdr_rec.c
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/next68k/next68k/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/rpc/xdr_rec.c
diff -u src/lib/libc/rpc/xdr_rec.c:1.38 src/lib/libc/rpc/xdr_rec.c:1.39
--- src/lib/libc/rpc/xdr_rec.c:1.38	Sat Aug 21 23:00:30 2021
+++ src/lib/libc/rpc/xdr_rec.c	Fri Jun 16 20:01:20 2023
@@ -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

Index: src/sys/arch/next68k/next68k/locore.s
diff -u src/sys/arch/next68k/next68k/locore.s:1.72 src/sys/arch/next68k/next68k/locore.s:1.73
--- src/sys/arch/next68k/next68k/locore.s:1.72	Sat Feb 11 02:31:34 2023
+++ src/sys/arch/next68k/next68k/locore.s	Fri Jun 16 20:01:20 2023
@@ -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

Reply via email to