Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/emips/stand/common s/rigth/right/ in comment.



details:   https://anonhg.NetBSD.org/src/rev/8410be309eae
branches:  trunk
changeset: 1026613:8410be309eae
user:      andvar <andvar%NetBSD.org@localhost>
date:      Fri Dec 03 10:49:25 2021 +0000

description:
s/rigth/right/ in comment.

diffstat:

 sys/arch/emips/stand/common/start.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1231e6b729cf -r 8410be309eae sys/arch/emips/stand/common/start.S
--- a/sys/arch/emips/stand/common/start.S       Fri Dec 03 09:20:23 2021 +0000
+++ b/sys/arch/emips/stand/common/start.S       Fri Dec 03 10:49:25 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: start.S,v 1.3 2014/02/06 19:20:11 matt Exp $   */
+/*     $NetBSD: start.S,v 1.4 2021/12/03 10:49:25 andvar Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -82,7 +82,7 @@
 /* PROM_MODE means the user plans to keep this code around while running an OS.
  * So we act kind of like PROM code (BIOS?), but we live in RAM.
  * So we need to safeguard ourselves against corruptions, some unavoidable.
- * Like the overriding of the exception vectors, rigth where our "start" code is.
+ * Like the overriding of the exception vectors, right where our "start" code is.
  */
 
         IMPORT(main,4)



Home | Main Index | Thread Index | Old Index