diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-14 21:35:02 +0000 |
commit | 592b4684a393f187ed17f2dbde89e7e974b93bec (patch) | |
tree | 27021a1a3a7da6ee5ba8051ad9cddf8203ff8263 /sys/dev/ic/lsi64854var.h | |
parent | 44ce7129fce40e129e05c87cdc90ad808c587ea4 (diff) |
spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'sys/dev/ic/lsi64854var.h')
-rw-r--r-- | sys/dev/ic/lsi64854var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/lsi64854var.h b/sys/dev/ic/lsi64854var.h index 132af9fe203..ece40308f7e 100644 --- a/sys/dev/ic/lsi64854var.h +++ b/sys/dev/ic/lsi64854var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lsi64854var.h,v 1.3 2002/03/14 01:26:54 millert Exp $ */ +/* $OpenBSD: lsi64854var.h,v 1.4 2002/06/14 21:34:59 todd Exp $ */ /* $NetBSD: lsi64854var.h,v 1.4 2001/03/29 02:58:39 petrov Exp $ */ /*- @@ -44,7 +44,7 @@ struct lsi64854_softc { bus_space_handle_t sc_regs; /* the registers */ u_int sc_rev; /* revision */ - int sc_burst; /* max suported burst size */ + int sc_burst; /* max supported burst size */ int sc_channel; #define L64854_CHANNEL_SCSI 1 |