diff options
author | Valerie Henson <val_henson@linux.intel.com> | 2007-03-12 05:31:33 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-04-28 11:00:59 -0400 |
commit | 1ddb98618d5b797cb5300f093c1df1f38f79d9ba (patch) | |
tree | 6d1687c5e37b4bdc1eb7316b4c7db7636879a734 /drivers/net/tulip/tulip.h | |
parent | eb117b1786804f2e128b871879ffe8f6a2701378 (diff) |
Fix tulip SytemError typo
Fix an annoying typo - SytemError -> SystemError
Signed-off-by: Valerie Henson <val_henson@linux.intel.com>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/tulip/tulip.h')
-rw-r--r-- | drivers/net/tulip/tulip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tulip/tulip.h b/drivers/net/tulip/tulip.h index ceac47e775ce..c840d2e67b23 100644 --- a/drivers/net/tulip/tulip.h +++ b/drivers/net/tulip/tulip.h | |||
@@ -132,7 +132,7 @@ enum pci_cfg_driver_reg { | |||
132 | /* The bits in the CSR5 status registers, mostly interrupt sources. */ | 132 | /* The bits in the CSR5 status registers, mostly interrupt sources. */ |
133 | enum status_bits { | 133 | enum status_bits { |
134 | TimerInt = 0x800, | 134 | TimerInt = 0x800, |
135 | SytemError = 0x2000, | 135 | SystemError = 0x2000, |
136 | TPLnkFail = 0x1000, | 136 | TPLnkFail = 0x1000, |
137 | TPLnkPass = 0x10, | 137 | TPLnkPass = 0x10, |
138 | NormalIntr = 0x10000, | 138 | NormalIntr = 0x10000, |