diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-16 08:20:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-16 08:20:45 +0000 |
commit | b305565480dccf1a22dc14e6f6c6a9a5735b50f0 (patch) | |
tree | 422bc1f442828a3e2c8ec43c27f3ce9e8b79c714 | |
parent | f90f21c27b416b38c379e33361c2e5ee059da03d (diff) |
Becuase
-rw-r--r-- | sys/dev/pci/if_ti.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ti.c b/sys/dev/pci/if_ti.c index bc37466be66..0ed0ea947eb 100644 --- a/sys/dev/pci/if_ti.c +++ b/sys/dev/pci/if_ti.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ti.c,v 1.47 2003/10/26 15:07:26 jmc Exp $ */ +/* $OpenBSD: if_ti.c,v 1.48 2003/12/16 08:20:44 deraadt Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -1756,7 +1756,7 @@ ti_attach(parent, self, aux) /* * Copper cards allow manual 10/100 mode selection, * but not manual 1000baseTX mode selection. Why? - * Becuase currently there's no way to specify the + * Because currently there's no way to specify the * master/slave setting through the firmware interface, * so Alteon decided to just bag it and handle it * via autonegotiation. |