Module Name:    src
Committed By:   andvar
Date:           Wed Jul 31 20:05:29 UTC 2024

Modified Files:
        src/sys/arch/amd64/amd64: locore.S
        src/sys/arch/i386/i386: locore.S

Log Message:
s/brinds/brings/ in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -u -r1.197 -r1.198 src/sys/arch/i386/i386/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/sys/arch/amd64/amd64/locore.S
diff -u src/sys/arch/amd64/amd64/locore.S:1.224 src/sys/arch/amd64/amd64/locore.S:1.225
--- src/sys/arch/amd64/amd64/locore.S:1.224	Mon Oct 16 17:29:30 2023
+++ src/sys/arch/amd64/amd64/locore.S	Wed Jul 31 20:05:28 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.S,v 1.224 2023/10/16 17:29:30 bouyer Exp $	*/
+/*	$NetBSD: locore.S,v 1.225 2024/07/31 20:05:28 andvar Exp $	*/
 
 /*
  * Copyright-o-rama!
@@ -655,7 +655,7 @@ next:	pop	%edi
 	movl	$RELOC(__kernel_end),%edi
 
 #if (NKSYMS || defined(DDB) || defined(MODULAR)) && !defined(makeoptions_COPY_SYMTAB)
-	/* Save the symbols (if loaded); brinds us on (2). */
+	/* Save the symbols (if loaded); brings us on (2). */
 	movl	RELOC(esym),%eax
 	testl	%eax,%eax
 	jz	1f

Index: src/sys/arch/i386/i386/locore.S
diff -u src/sys/arch/i386/i386/locore.S:1.197 src/sys/arch/i386/i386/locore.S:1.198
--- src/sys/arch/i386/i386/locore.S:1.197	Mon Oct 16 17:29:31 2023
+++ src/sys/arch/i386/i386/locore.S	Wed Jul 31 20:05:28 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore.S,v 1.197 2023/10/16 17:29:31 bouyer Exp $	*/
+/*	$NetBSD: locore.S,v 1.198 2024/07/31 20:05:28 andvar Exp $	*/
 
 /*
  * Copyright-o-rama!
@@ -128,7 +128,7 @@
  */
 
 #include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.197 2023/10/16 17:29:31 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locore.S,v 1.198 2024/07/31 20:05:28 andvar Exp $");
 
 #include "opt_copy_symtab.h"
 #include "opt_ddb.h"
@@ -845,7 +845,7 @@ no_NOX:
 	movl	$RELOC(__kernel_end),%edi
 
 #if (NKSYMS || defined(DDB) || defined(MODULAR)) && !defined(makeoptions_COPY_SYMTAB)
-	/* Save the symbols (if loaded); brinds us on (2). */
+	/* Save the symbols (if loaded); brings us on (2). */
 	movl	RELOC(esym),%eax
 	testl	%eax,%eax
 	jz	1f

Reply via email to