Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/broadcom Typo



details:   https://anonhg.NetBSD.org/src/rev/134f33c46074
branches:  trunk
changeset: 332307:134f33c46074
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Sep 14 21:06:37 2014 +0000

description:
Typo

diffstat:

 sys/arch/arm/broadcom/bcm53xx_board.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7e1f209fa37a -r 134f33c46074 sys/arch/arm/broadcom/bcm53xx_board.c
--- a/sys/arch/arm/broadcom/bcm53xx_board.c     Sun Sep 14 21:06:12 2014 +0000
+++ b/sys/arch/arm/broadcom/bcm53xx_board.c     Sun Sep 14 21:06:37 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bcm53xx_board.c,v 1.21 2014/03/26 03:19:11 matt Exp $  */
+/*     $NetBSD: bcm53xx_board.c,v 1.22 2014/09/14 21:06:37 skrll Exp $ */
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: bcm53xx_board.c,v 1.21 2014/03/26 03:19:11 matt Exp $");
+__KERNEL_RCSID(1, "$NetBSD: bcm53xx_board.c,v 1.22 2014/09/14 21:06:37 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -603,7 +603,7 @@
                /*
                 * XXX KLUDGE ALERT XXX
                 * The iot mainbus supplies is completely wrong since it scales
-                * addresses by 2.  The simpliest remedy is to replace with our
+                * addresses by 2.  The simplest remedy is to replace with our
                 * bus space used for the armcore regisers (which armperiph uses). 
                 */
                struct mainbus_attach_args * const mb = aux;



Home | Main Index | Thread Index | Old Index