diff options
author | 2007-05-26 15:28:18 +0000 | |
---|---|---|
committer | 2007-05-26 15:28:18 +0000 | |
commit | 6d89506ca28c24c56ab636f22e4376dc7248006b (patch) | |
tree | 976ceeb47b050d7c800405639bb9bd1c5f246d21 /sys | |
parent | If booted from ADPT,2940U2B, root is on scsi. (diff) | |
download | wireguard-openbsd-6d89506ca28c24c56ab636f22e4376dc7248006b.tar.xz wireguard-openbsd-6d89506ca28c24c56ab636f22e4376dc7248006b.zip |
tyops
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/dev/astro.c | 4 | ||||
-rw-r--r-- | sys/arch/sh/include/locore.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/dev/astro.c b/sys/arch/hppa/dev/astro.c index 3a15fb6ffad..372e39fbd42 100644 --- a/sys/arch/hppa/dev/astro.c +++ b/sys/arch/hppa/dev/astro.c @@ -1,4 +1,4 @@ -/* $OpenBSD: astro.c,v 1.2 2007/05/21 21:43:50 kettenis Exp $ */ +/* $OpenBSD: astro.c,v 1.3 2007/05/26 15:28:18 miod Exp $ */ /* * Copyright (c) 2007 Mark Kettenis @@ -226,7 +226,7 @@ astro_attach(struct device *parent, struct device *self, void *aux) r->tlb_pcom = htole32(31); /* - * Allocate memort for I/O pagetables. They need to be physically + * Allocate memory for I/O pagetables. They need to be physically * contiguous. */ diff --git a/sys/arch/sh/include/locore.h b/sys/arch/sh/include/locore.h index 26511670157..a308b595339 100644 --- a/sys/arch/sh/include/locore.h +++ b/sys/arch/sh/include/locore.h @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.h,v 1.2 2006/11/05 18:59:58 miod Exp $ */ +/* $OpenBSD: locore.h,v 1.3 2007/05/26 15:28:19 miod Exp $ */ /* $NetBSD: locore.h,v 1.11 2006/01/23 22:32:50 uwe Exp $ */ /*- @@ -50,7 +50,7 @@ /* * BANK1 r7 contains kernel stack top address. - * BANK1 r6 conatins current frame pointer. (per process) + * BANK1 r6 contains current frame pointer. (per process) */ /* * __EXCEPTION_ENTRY: |