Module Name: src
Committed By: skrll
Date: Sun Sep 14 21:06:37 UTC 2014
Modified Files:
src/sys/arch/arm/broadcom: bcm53xx_board.c
Log Message:
Typo
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/broadcom/bcm53xx_board.c
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/arm/broadcom/bcm53xx_board.c
diff -u src/sys/arch/arm/broadcom/bcm53xx_board.c:1.21 src/sys/arch/arm/broadcom/bcm53xx_board.c:1.22
--- src/sys/arch/arm/broadcom/bcm53xx_board.c:1.21 Wed Mar 26 03:19:11 2014
+++ src/sys/arch/arm/broadcom/bcm53xx_board.c Sun Sep 14 21:06:37 2014
@@ -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 @@ bcm53xx_device_register(device_t self, v
/*
* 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;