small typo

This commit is contained in:
heinz 2002-09-25 22:59:40 +00:00
parent 0c65ba2386
commit 9417418675
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bus_space.9,v 1.25 2002/05/25 10:45:39 wiz Exp $
.\" $NetBSD: bus_space.9,v 1.26 2002/09/25 22:59:40 heinz Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -481,7 +481,7 @@ or arguments that are out of range (e.g. trying to access data outside of
the region mapped when a given handle was created), undefined behaviour
results. In that case, they may cause the
system to halt, either intentionally (via panic) or unintentionally (by
causing a fatal trap of by some other means) or may cause improper
causing a fatal trap or by some other means) or may cause improper
operation which is not immediately fatal. Functions which return
void or which return data read from bus space (i.e., functions which
don't obviously return an error code) do not fail. They could only fail