From: Ben Gras Date: Tue, 17 Jul 2007 11:40:02 +0000 (+0000) Subject: Typo reported by Johnathan Gurley. X-Git-Tag: v3.1.4~370 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.html?a=commitdiff_plain;h=cd4756933afcd7daf5628a1edfac64710e6a9e6d;p=minix.git Typo reported by Johnathan Gurley. --- diff --git a/drivers/rtl8139/rtl8139.h b/drivers/rtl8139/rtl8139.h index 95b3236eb..7613ec6e1 100755 --- a/drivers/rtl8139/rtl8139.h +++ b/drivers/rtl8139/rtl8139.h @@ -111,7 +111,7 @@ Created: Aug 2003 by Philip Homburg * Note: RL_CR_RE has to be set to * set/change RL_RCR. */ -#define RL_RCR_RES0 0xF0000000 /& Reserved */ +#define RL_RCR_RES0 0xF0000000 /* Reserved */ #define RL_RCR_ERTH_M 0x0F000000 /* Early Rx Threshold */ #define RL_RCR_ERTH_0 0x00000000 /* No threshold */ #define RL_RCR_ERTH_1 0x01000000 /* 1/16 */