Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/tc Fix typo in last commit.



details:   https://anonhg.NetBSD.org/src/rev/94a04c432566
branches:  trunk
changeset: 485073:94a04c432566
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Apr 18 14:48:53 2000 +0000

description:
Fix typo in last commit.

diffstat:

 sys/arch/alpha/tc/tc_bus_mem.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4ad7d9597e29 -r 94a04c432566 sys/arch/alpha/tc/tc_bus_mem.c
--- a/sys/arch/alpha/tc/tc_bus_mem.c    Tue Apr 18 14:42:42 2000 +0000
+++ b/sys/arch/alpha/tc/tc_bus_mem.c    Tue Apr 18 14:48:53 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tc_bus_mem.c,v 1.22 2000/04/17 17:30:48 drochner Exp $ */
+/* $NetBSD: tc_bus_mem.c,v 1.23 2000/04/18 14:48:53 tron Exp $ */
 
 /*
  * Copyright (c) 1996 Carnegie-Mellon University.
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: tc_bus_mem.c,v 1.22 2000/04/17 17:30:48 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tc_bus_mem.c,v 1.23 2000/04/18 14:48:53 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -175,7 +175,7 @@
        tc_mem_free,
 
        /* get kernel virtual address */
-       tc_mem_vaddr;
+       tc_mem_vaddr,
 
        /* barrier */
        tc_mem_barrier,



Home | Main Index | Thread Index | Old Index