Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 Fix a comment



details:   https://anonhg.NetBSD.org/src/rev/2361f0a9e21a
branches:  trunk
changeset: 827561:2361f0a9e21a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Nov 03 15:31:48 2017 +0000

description:
Fix a comment

diffstat:

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

diffs (27 lines):

diff -r 06237e83949a -r 2361f0a9e21a sys/arch/arm/arm32/bus_dma.c
--- a/sys/arch/arm/arm32/bus_dma.c      Fri Nov 03 13:34:56 2017 +0000
+++ b/sys/arch/arm/arm32/bus_dma.c      Fri Nov 03 15:31:48 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.98 2017/01/05 09:08:45 msaitoh Exp $     */
+/*     $NetBSD: bus_dma.c,v 1.99 2017/11/03 15:31:48 skrll Exp $       */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
 #include "opt_arm_bus_space.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.98 2017/01/05 09:08:45 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.99 2017/11/03 15:31:48 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1459,7 +1459,7 @@
        /*
         * Check to see if this used direct mapped memory.  Get its physical
         * address and try to map it.  If the resultant matches the kva, then
-        * it was and so we can just return since we have notice to free up.
+        * it was and so we can just return since we have nothing to free up.
         */
        paddr_t pa;
        vaddr_t va;



Home | Main Index | Thread Index | Old Index