Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/b91a66eb4a44
branches:  trunk
changeset: 448786:b91a66eb4a44
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Feb 09 07:20:21 2019 +0000

description:
Typo in comment

diffstat:

 sys/arch/arm/arm/armv6_start.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c161011701e5 -r b91a66eb4a44 sys/arch/arm/arm/armv6_start.S
--- a/sys/arch/arm/arm/armv6_start.S    Sat Feb 09 07:19:02 2019 +0000
+++ b/sys/arch/arm/arm/armv6_start.S    Sat Feb 09 07:20:21 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: armv6_start.S,v 1.7 2019/02/09 07:19:02 skrll Exp $    */
+/*     $NetBSD: armv6_start.S,v 1.8 2019/02/09 07:20:21 skrll Exp $    */
 
 /*-
  * Copyright (c) 2012, 2017, 2018 The NetBSD Foundation, Inc.
@@ -634,7 +634,7 @@
        .ltorg
 
 /*
- * Transititions the CPU to using the TTB passed in r0.
+ * Transitions the CPU to using the TTB passed in r0.
  *
  * Uses the following callee saved registers:
  *



Home | Main Index | Thread Index | Old Index