Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/xscale Fix typo.
details: https://anonhg.NetBSD.org/src/rev/a1dae3a7fe2e
branches: trunk
changeset: 328309:a1dae3a7fe2e
user: htodd <htodd%NetBSD.org@localhost>
date: Sun Mar 30 21:52:09 2014 +0000
description:
Fix typo.
diffstat:
sys/arch/arm/xscale/becc_pci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 717248877744 -r a1dae3a7fe2e sys/arch/arm/xscale/becc_pci.c
--- a/sys/arch/arm/xscale/becc_pci.c Sun Mar 30 20:06:50 2014 +0000
+++ b/sys/arch/arm/xscale/becc_pci.c Sun Mar 30 21:52:09 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: becc_pci.c,v 1.16 2014/03/30 01:19:20 christos Exp $ */
+/* $NetBSD: becc_pci.c,v 1.17 2014/03/30 21:52:09 htodd Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: becc_pci.c,v 1.16 2014/03/30 01:19:20 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: becc_pci.c,v 1.17 2014/03/30 21:52:09 htodd Exp $");
#include "opt_pci.h"
#include "pci.h"
@@ -377,7 +377,7 @@
becc_pci_intr_string(void *v, pci_intr_handle_t ih, char *buf, size_t len)
{
- strlcpy(buf, becc_irqnames[ih]), len);
+ strlcpy(buf, becc_irqnames[ih], len);
return buf;
}
Home |
Main Index |
Thread Index |
Old Index