fix typo in previous revision so that the scsi code compiles again.

This commit is contained in:
chs 2001-05-23 02:16:19 +00:00
parent 952609a853
commit fae4d6d720
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: sdvar.h,v 1.14 2001/05/22 18:59:57 mjacob Exp $ */
/* $NetBSD: sdvar.h,v 1.15 2001/05/23 02:16:19 chs Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -64,7 +64,7 @@
#endif
#ifndef SD_IO_TIMEOUT
#define SDT_IO_IMEOUT (60 * 1000)
#define SD_IO_TIMEOUT (60 * 1000)
#endif
struct sd_ops;