fix typo; Reported by David Leonard <s160828@student.uq.edu.au> in PR #2307.

This commit is contained in:
jtc 1996-04-08 20:41:25 +00:00
parent 282688d407
commit 10f36ab344

View File

@ -1,4 +1,4 @@
.\" $NetBSD: disk.9,v 1.1 1996/01/09 00:22:04 thorpej Exp $ .\" $NetBSD: disk.9,v 1.2 1996/04/08 20:41:25 jtc Exp $
.\" .\"
.\" Copyright (c) 1995, 1996 Jason R. Thorpe. .\" Copyright (c) 1995, 1996 Jason R. Thorpe.
.\" All rights reserved. .\" All rights reserved.
@ -248,7 +248,7 @@ foostart(sc)
/* Build command to send to drive. */ /* Build command to send to drive. */
[ . . . ] [ . . . ]
/* Tell the disk framework we're is going busy. */ /* Tell the disk framework we're going busy. */
disk_busy(&sc->sc_dk); disk_busy(&sc->sc_dk);
/* Send command to the drive. */ /* Send command to the drive. */