diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-04-11 00:45:10 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-04-11 00:45:10 +0000 |
commit | 32110f5917b46b67233f9faa81302b57c38dc68d (patch) | |
tree | 8fc0cc7429f47609a9f24c9adeb151067f552ddd /sys/arch/arm | |
parent | 3430d1a7ed898bbc52c200db6907c3deedd91aec (diff) |
fix double words in comments
feedback and ok jmc@ miod, ok millert@
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/arm/vm_machdep.c | 4 | ||||
-rw-r--r-- | sys/arch/arm/include/setjmp.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/arm/arm/vm_machdep.c b/sys/arch/arm/arm/vm_machdep.c index 75e19c2d64a..7d89ff5c8a3 100644 --- a/sys/arch/arm/arm/vm_machdep.c +++ b/sys/arch/arm/arm/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.28 2022/02/21 19:15:58 kettenis Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.29 2023/04/11 00:45:07 jsg Exp $ */ /* $NetBSD: vm_machdep.c,v 1.31 2004/01/04 11:33:29 jdolecek Exp $ */ /* @@ -167,7 +167,7 @@ vmapbuf(struct buf *bp, vsize_t len) * the pmap_extract(). * * no need to flush TLB since we expect nothing to be mapped - * where we we just allocated (TLB will be flushed when our + * where we just allocated (TLB will be flushed when our * mapping is removed). */ while (len) { diff --git a/sys/arch/arm/include/setjmp.h b/sys/arch/arm/include/setjmp.h index 02d332c8aa7..d67ddd3abf3 100644 --- a/sys/arch/arm/include/setjmp.h +++ b/sys/arch/arm/include/setjmp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: setjmp.h,v 1.5 2018/06/22 15:18:50 kettenis Exp $ */ +/* $OpenBSD: setjmp.h,v 1.6 2023/04/11 00:45:07 jsg Exp $ */ /* $NetBSD: setjmp.h,v 1.2 2001/08/25 14:45:59 bjh21 Exp $ */ /* @@ -29,7 +29,7 @@ * 31 (con't) * 32 (con't) * - * The magic number number identifies the jmp_buf and + * The magic number identifies the jmp_buf and * how the buffer was created as well as providing * a sanity check. * |