diff options
Diffstat (limited to 'common/soft_i2c.c')
| -rw-r--r-- | common/soft_i2c.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/soft_i2c.c b/common/soft_i2c.c index 268da2cdc..48e3d3e1c 100644 --- a/common/soft_i2c.c +++ b/common/soft_i2c.c @@ -289,7 +289,7 @@ int i2c_probe(uchar addr)  	int rc;  	/* -	 * perform 1 byte write transaction with just address byte  +	 * perform 1 byte write transaction with just address byte  	 * (fake write)  	 */  	send_start(); |