Module Name:    src
Committed By:   skrll
Date:           Wed Feb 24 06:34:55 UTC 2010

Modified Files:
        src/sys/arch/sparc64/dev: iommu.c

Log Message:
Typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/sparc64/dev/iommu.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/sparc64/dev/iommu.c
diff -u src/sys/arch/sparc64/dev/iommu.c:1.96 src/sys/arch/sparc64/dev/iommu.c:1.97
--- src/sys/arch/sparc64/dev/iommu.c:1.96	Thu Dec 10 12:29:44 2009
+++ src/sys/arch/sparc64/dev/iommu.c	Wed Feb 24 06:34:55 2010
@@ -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;
 
 	/*

Reply via email to