diff options
author | 2007-05-29 21:00:50 +0000 | |
---|---|---|
committer | 2007-05-29 21:00:50 +0000 | |
commit | a1bb111ecf91c7778dc6d6bc89f076dbb5313099 (patch) | |
tree | 4aa2392f0e6eda949e6ca6e489fc11e7945e5666 | |
parent | otto would prefer only displaying one digit after decimal for refresh rate (diff) | |
download | wireguard-openbsd-a1bb111ecf91c7778dc6d6bc89f076dbb5313099.tar.xz wireguard-openbsd-a1bb111ecf91c7778dc6d6bc89f076dbb5313099.zip |
s/entrace/entrance (not obvious that the code was cut/paste =)
-rw-r--r-- | sys/arch/amd64/amd64/bus_dma.c | 4 | ||||
-rw-r--r-- | sys/arch/arm/arm/bus_dma.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa/hppa/mainbus.c | 4 | ||||
-rw-r--r-- | sys/arch/hppa64/hppa64/mainbus.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/i386/machdep.c | 4 |
5 files changed, 10 insertions, 10 deletions
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 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 diff --git a/sys/arch/hppa/hppa/mainbus.c b/sys/arch/hppa/hppa/mainbus.c index 6a77e98c978..8bdc954fa84 100644 --- a/sys/arch/hppa/hppa/mainbus.c +++ b/sys/arch/hppa/hppa/mainbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mainbus.c,v 1.64 2007/05/23 18:07:19 kettenis Exp $ */ +/* $OpenBSD: mainbus.c,v 1.65 2007/05/29 21:00:50 jason Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -647,7 +647,7 @@ mbus_dmamap_destroy(void *v, bus_dmamap_t map) /* * 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 diff --git a/sys/arch/hppa64/hppa64/mainbus.c b/sys/arch/hppa64/hppa64/mainbus.c index 59e1d06a354..6706b0a98c4 100644 --- a/sys/arch/hppa64/hppa64/mainbus.c +++ b/sys/arch/hppa64/hppa64/mainbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mainbus.c,v 1.3 2005/10/26 18:35:45 martin Exp $ */ +/* $OpenBSD: mainbus.c,v 1.4 2007/05/29 21:00:50 jason Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -222,7 +222,7 @@ mbus_dmamap_destroy(void *v, bus_dmamap_t map) /* * 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 diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index c0414bdadb0..f38be5e30e3 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.396 2007/05/29 20:36:47 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.397 2007/05/29 21:00:50 jason Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -3945,7 +3945,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 |