From 90eb2c0d3e144a2b3cc548c866dd6b15dc36bd58 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Tue, 29 May 2007 21:00:51 +0000 Subject: s/entrace/entrance (not obvious that the code was cut/paste =) --- sys/arch/amd64/amd64/bus_dma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/amd64') diff --git a/sys/arch/amd64/amd64/bus_dma.c b/sys/arch/amd64/amd64/bus_dma.c index 0a56893681e..2b1d5d756fd 100644 --- a/sys/arch/amd64/amd64/bus_dma.c +++ b/sys/arch/amd64/amd64/bus_dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bus_dma.c,v 1.7 2007/01/15 23:19:05 jsg Exp $ */ +/* $OpenBSD: bus_dma.c,v 1.8 2007/05/29 21:00:50 jason Exp $ */ /* $NetBSD: bus_dma.c,v 1.3 2003/05/07 21:33:58 fvdl Exp $ */ /*- @@ -500,7 +500,7 @@ _bus_dmamem_mmap(bus_dma_tag_t t, bus_dma_segment_t *segs, int nsegs, off_t off, /* * Utility function to load a linear buffer. lastaddrp holds state * between invocations (for multiple-buffer loads). segp contains - * the starting segment on entrace, and the ending segment on exit. + * the starting segment on entrance, and the ending segment on exit. * first indicates if this is the first invocation of this function. */ int -- cgit v1.2.3