1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
This commit is contained in:
miod 2007-05-26 15:28:18 +00:00
parent 8ea3c9c8d0
commit 6d89506ca2
2 changed files with 4 additions and 4 deletions

View File

@ -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.
*/

View File

@ -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: