diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2007-05-29 21:00:51 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2007-05-29 21:00:51 +0000 |
commit | 90eb2c0d3e144a2b3cc548c866dd6b15dc36bd58 (patch) | |
tree | 71a4decc2e9202ff0ac2dd25e06417c771a174bd /sys/arch/arm | |
parent | 327e3d5d07a9f8bc2179746722bf69f9b9cc36d6 (diff) |
s/entrace/entrance (not obvious that the code was cut/paste =)
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/arm/bus_dma.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm/arm/bus_dma.c b/sys/arch/arm/arm/bus_dma.c index b39db42060f..c0247ded73d 100644 --- a/sys/arch/arm/arm/bus_dma.c +++ b/sys/arch/arm/arm/bus_dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bus_dma.c,v 1.9 2007/04/10 18:22:07 miod Exp $ */ +/* $OpenBSD: bus_dma.c,v 1.10 2007/05/29 21:00:50 jason Exp $ */ /* $NetBSD: bus_dma.c,v 1.38 2003/10/30 08:44:13 scw Exp $ */ /*- @@ -813,7 +813,7 @@ _bus_dmamem_mmap(bus_dma_tag_t t, bus_dma_segment_t *segs, int nsegs, /* * 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 |