Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/dev Typo in comment
details: https://anonhg.NetBSD.org/src/rev/c483a95d6f28
branches: trunk
changeset: 752351:c483a95d6f28
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Feb 24 06:34:55 2010 +0000
description:
Typo in comment
diffstat:
sys/arch/sparc64/dev/iommu.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b3d43c7dbbd8 -r c483a95d6f28 sys/arch/sparc64/dev/iommu.c
--- a/sys/arch/sparc64/dev/iommu.c Wed Feb 24 06:18:19 2010 +0000
+++ b/sys/arch/sparc64/dev/iommu.c Wed Feb 24 06:34:55 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iommu.c,v 1.96 2009/12/10 12:29:44 nakayama Exp $ */
+/* $NetBSD: iommu.c,v 1.97 2010/02/24 06:34:55 skrll Exp $ */
/*
* Copyright (c) 1999, 2000 Matthew R. Green
@@ -59,7 +59,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iommu.c,v 1.96 2009/12/10 12:29:44 nakayama Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iommu.c,v 1.97 2010/02/24 06:34:55 skrll Exp $");
#include "opt_ddb.h"
@@ -1121,7 +1121,7 @@
cbit = 0;
if (flags & BUS_DMA_COHERENT) /* Disable vcache */
cbit |= PMAP_NVC;
- if (flags & BUS_DMA_NOCACHE) /* sideffects */
+ if (flags & BUS_DMA_NOCACHE) /* side effects */
cbit |= PMAP_NC;
/*
Home |
Main Index |
Thread Index |
Old Index