Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Fix a tyop in a comment.



details:   https://anonhg.NetBSD.org/src/rev/d38936cf75d5
branches:  trunk
changeset: 545572:d38936cf75d5
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Apr 11 06:24:59 2003 +0000

description:
Fix a tyop in a comment.

diffstat:

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

diffs (27 lines):

diff -r 8241ffc4c116 -r d38936cf75d5 sys/arch/mips/mips/bus_dma.c
--- a/sys/arch/mips/mips/bus_dma.c      Fri Apr 11 06:04:23 2003 +0000
+++ b/sys/arch/mips/mips/bus_dma.c      Fri Apr 11 06:24:59 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.4 2003/04/02 03:27:35 thorpej Exp $      */
+/*     $NetBSD: bus_dma.c,v 1.5 2003/04/11 06:24:59 simonb Exp $       */
 
 /*-
  * Copyright (c) 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.4 2003/04/02 03:27:35 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.5 2003/04/11 06:24:59 simonb Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -433,7 +433,7 @@
         *
         *      PREWRITE -- Write-back the D-cache.  If we have to use
         *      an Index op, we also have to invalidate.  Note that if
-        *      we are doing PREREAD|PREWRITE, we can collapse everyhing
+        *      we are doing PREREAD|PREWRITE, we can collapse everything
         *      into a single op.
         *
         *      POSTREAD -- Nothing.



Home | Main Index | Thread Index | Old Index