Module Name:    src
Committed By:   skrll
Date:           Thu Feb 23 22:33:31 UTC 2017

Modified Files:
        src/sys/arch/arm/marvell: armadaxp.c

Log Message:
Typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/marvell/armadaxp.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/marvell/armadaxp.c
diff -u src/sys/arch/arm/marvell/armadaxp.c:1.18 src/sys/arch/arm/marvell/armadaxp.c:1.19
--- src/sys/arch/arm/marvell/armadaxp.c:1.18	Wed Jan 11 19:42:02 2017
+++ src/sys/arch/arm/marvell/armadaxp.c	Thu Feb 23 22:33:31 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: armadaxp.c,v 1.18 2017/01/11 19:42:02 maya Exp $	*/
+/*	$NetBSD: armadaxp.c,v 1.19 2017/02/23 22:33:31 skrll Exp $	*/
 /*******************************************************************************
 Copyright (C) Marvell International Ltd. and its affiliates
 
@@ -37,7 +37,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI
 *******************************************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: armadaxp.c,v 1.18 2017/01/11 19:42:02 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: armadaxp.c,v 1.19 2017/02/23 22:33:31 skrll Exp $");
 
 #define _INTR_PRIVATE
 
@@ -312,7 +312,7 @@ static struct mbus_description {
 };
 
 /*
- * Default Mbus addrss decoding table for ARMADA XP
+ * Default Mbus address decoding table for ARMADA XP
  * this table may changed by device drivers.
  *
  * NOTE: some version of u-boot is broken. it writes old decoding table.

Reply via email to